Requests.Payments.Sources.Token (CheckoutSDK v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Requests.Payments.Sources.Token{
  billing_address: Customers.BillingAddress.t(),
  phone: Customers.Phone.t(),
  store_for_future_use: true | false,
  token: String.t(),
  type: String.t()
}

Link to this section Functions

Link to this function

build(raw_params)