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

Link to this section Summary

Link to this section Types

@type t() :: %Requests.Payments.Sources.ProviderToken{
  account_holder: Customers.AccountHolder.t(),
  payment_method: integer(),
  token: integer(),
  type: String.t()
}

Link to this section Functions

Link to this function

build(raw_params)