View Source ExOAPI.Stripe.Schemas.SourceTypeCard (exoapi_stripe v0.1.4)
:address_line1_check :: :string
:address_zip_check :: :string
:brand :: :string
:country :: :string
:cvc_check :: :string
:dynamic_last4 :: :string
:exp_month :: :integer
:exp_year :: :integer
:fingerprint :: :string
:funding :: :string
:last4 :: :string
:name :: :string
:three_d_secure :: ExOAPI.Stripe.Schemas.ThreeDSecure
:tokenization_method :: :string
Link to this section Summary
Link to this section Types
@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.SourceTypeCard{ address_line1_check: String.t() | nil, address_zip_check: String.t() | nil, brand: String.t() | nil, country: String.t() | nil, cvc_check: String.t() | nil, dynamic_last4: String.t() | nil, exp_month: integer() | nil, exp_year: integer() | nil, fingerprint: String.t() | nil, funding: String.t() | nil, last4: String.t() | nil, name: String.t() | nil, three_d_secure: String.t() | nil, tokenization_method: String.t() | nil }
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()