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()
@type t() :: %ExOAPI.Stripe.Schemas.IssuingTransactionReceiptData{
  description: String.t() | nil,
  quantity: float() | nil,
  total: integer() | nil,
  unit_cost: integer() | nil
}

Link to this section Functions

Link to this function

changeset(struct \\ %__MODULE__{}, params)

View Source
@spec changeset(t(), params()) :: Ecto.Changeset.t()