Requests.Instruments.CreateToken (CheckoutSDK v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Requests.Instruments.CreateToken{
  account_holder: %{
    first_name: String.t(),
    last_name: String.t(),
    billing_address: Customers.BillingAddress.t(),
    phone: Customers.Phone.t()
  },
  customer: %{id: String.t(), default: true | false},
  token: String.t(),
  type: String.t()
}

Link to this section Functions