View Source ExOAPI.Stripe.Schemas.StatusTransitions (exoapi_stripe v0.1.4)
:canceled :: :integer
The time that the order was canceled.
:fulfiled :: :integer
The time that the order was fulfilled.
:paid :: :integer
The time that the order was paid.
:returned :: :integer
The time that the order was returned.
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()