View Source ExOAPI.Stripe.Schemas.IssuingTransactionReceiptData (exoapi_stripe v0.1.4)
:description :: :string
The description of the item. The maximum length of this field is 26 characters.
:quantity :: :number
The quantity of the item.
:total :: :integer
The total for this line item in cents.
:unit_cost :: :integer
The unit cost of the item in cents.
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()