Stripe.Resources.Issuing.Card.Wallets.ApplePay (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.ApplePay{
  eligible: boolean() | nil,
  ineligible_reason: String.t() | nil
}
  • eligible - Apple Pay Eligibility
  • ineligible_reason - Reason the card is ineligible for Apple Pay Possible values: missing_agreement, missing_cardholder_contact, unsupported_region. Nullable.