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

Link to this section Summary

Link to this section Types

@type t() :: %Requests.Payments.Sources.Card{
  billing_address: Customers.BillingAddress.t(),
  bin: String.t(),
  cvv: String.t(),
  expiry_month: integer(),
  expiry_year: integer(),
  fingerprint: String.t(),
  id: String.t(),
  last4: String.t(),
  name: String.t(),
  number: String.t(),
  phone: Customers.Phone.t(),
  store_for_future_use: true | false,
  stored: true | false,
  type: String.t()
}

Link to this section Functions

Link to this function

build(raw_params)