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

:customer_data :: :string

Customer data associated with the transfer.

:fingerprint :: :string

Bank account fingerprint associated with the transfer.

:last4 :: :string

Last 4 digits of the account number associated with the transfer.

:routing_number :: :string

Routing number associated with the transfer.

Link to this section Summary

Link to this section Types

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