View Source Chargebeex.BillingAddress (chargebeex v0.1.0)
Link to this section Summary
Link to this section Types
@type t() :: %Chargebeex.BillingAddress{ city: String.t(), company: String.t(), country: String.t(), email: String.t(), first_name: String.t(), last_name: String.t(), line1: String.t(), line2: String.t(), line3: String.t(), phone: String.t(), state: String.t(), state_code: String.t(), validation_status: String.t(), zip: String.t() }