Customers.AccountHolder (CheckoutSDK v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Customers.AccountHolder{
  billing_address: Customers.BillingAddress.t(),
  company_name: String.t(),
  country_of_birth: <<_::2>>,
  date_of_birth: String.t(),
  email: String.t(),
  first_name: String.t(),
  identification: %{
    type: String.t(),
    number: String.t(),
    issuing_country: <<_::2>>
  },
  last_name: String.t(),
  phone: Customers.Phone.t(),
  residential_status: String.t(),
  tax_id: String.t(),
  type: String.t()
}

Link to this section Functions

Link to this function

build(raw_params)