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

Link to this section Summary

Link to this section Types

@type t() :: %Requests.Payments.Sources.NetworkToken{
  billing_address: Customers.BillingAddress.t(),
  cryptogram: String.t(),
  cvv: String.t(),
  eci: String.t(),
  expiry_month: integer(),
  expiry_year: integer(),
  name: String.t(),
  phone: Customers.Phone.t(),
  stored: true | false,
  token: String.t(),
  token_type: String.t(),
  type: String.t()
}

Link to this section Functions

Link to this function

build(raw_params)