Stripe.Resources.Issuing.Card.Wallets (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Issuing.Card.Wallets{
  apple_pay: Stripe.Resources.Issuing.Card.Wallets.ApplePay.t() | nil,
  google_pay: Stripe.Resources.Issuing.Card.Wallets.GooglePay.t() | nil,
  primary_account_identifier: String.t() | nil
}
  • apple_pay
  • google_pay
  • primary_account_identifier - Unique identifier for a card used with digital wallets Max length: 5000. Nullable.