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

:bank_name :: :string

:country :: :string

:fingerprint :: :string

:last4 :: :string

:routing_number :: :string

:type :: :string

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.SourceTypeAchDebit{
  bank_name: String.t() | nil,
  country: String.t() | nil,
  fingerprint: String.t() | nil,
  last4: String.t() | nil,
  routing_number: String.t() | nil,
  type: 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()