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

:available_at :: :string

Time at which the deposited funds will be available for use. Measured in seconds since the Unix epoch.

:invoices :: :string

Comma-separated list of invoice IDs associated with the paper check.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.SourceTransactionPaperCheckData{
  available_at: String.t() | nil,
  invoices: 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()