View Source ExOAPI.Stripe.Schemas.IssuingCardWallets (exoapi_stripe v0.1.4)

:apple_pay :: ExOAPI.Stripe.Schemas.IssuingCardApplePay

:google_pay :: ExOAPI.Stripe.Schemas.IssuingCardGooglePay

:primary_account_identifier :: :string

Unique identifier for a card used with digital wallets

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.IssuingCardWallets{
  apple_pay: ExOAPI.Stripe.Schemas.IssuingCardApplePay.t() | nil,
  google_pay: ExOAPI.Stripe.Schemas.IssuingCardGooglePay.t() | nil,
  primary_account_identifier: String.t() | nil
}

Link to this section Functions

Link to this function

changeset(struct \\ %__MODULE__{}, params)

View Source
@spec changeset(t(), params()) :: Ecto.Changeset.t()