View Source Chargebeex.BillingAddress (chargebeex v0.3.0)
Summary
Types
@type t() :: %Chargebeex.BillingAddress{ city: String.t() | nil, company: String.t() | nil, country: String.t() | nil, email: String.t() | nil, first_name: String.t() | nil, last_name: String.t() | nil, line1: String.t() | nil, line2: String.t() | nil, line3: String.t() | nil, phone: String.t() | nil, state: String.t() | nil, state_code: String.t() | nil, validation_status: String.t() | nil, zip: String.t() | nil }
Functions
@spec build(ExConstructor.map_or_kwlist(), Keyword.t()) :: %Chargebeex.BillingAddress{ city: term(), company: term(), country: term(), email: term(), first_name: term(), last_name: term(), line1: term(), line2: term(), line3: term(), phone: term(), state: term(), state_code: term(), validation_status: term(), zip: term() }