Braintree.ApplePayCard (Braintree v0.12.0)

ApplePayCard structs are not created directly, but are built within responsees from other endpoints, such as Braintree.Customer.

Link to this section Summary

Link to this section Types

Specs

t() :: %Braintree.ApplePayCard{
  billing_address: Braintree.Address.t(),
  bin: String.t(),
  card_type: String.t(),
  cardholder_name: String.t(),
  created_at: String.t(),
  customer_id: String.t(),
  default: String.t(),
  expiration_month: String.t(),
  expiration_year: String.t(),
  expired: String.t(),
  image_url: String.t(),
  last_4: String.t(),
  payment_instrument_name: String.t(),
  source_description: String.t(),
  subscriptions: [any()],
  token: String.t(),
  updated_at: String.t()
}

Link to this section Functions