View Source ExOAPI.Stripe.Schemas.InvoicesStatusTransitions (exoapi_stripe v0.1.4)
:finalized_at :: :integer
The time that the invoice draft was finalized.
:marked_uncollectible_at :: :integer
The time that the invoice was marked uncollectible.
:paid_at :: :integer
The time that the invoice was paid.
:voided_at :: :integer
The time that the invoice was voided.
Link to this section Summary
Link to this section Types
@type params() :: map()
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()