Stripe.Resources.Issuing.Transaction.PurchaseDetails.Receipt (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Issuing.Transaction.PurchaseDetails.Receipt{
  description: String.t() | nil,
  quantity: float() | nil,
  total: integer() | nil,
  unit_cost: integer() | nil
}
  • description - The description of the item. The maximum length of this field is 26 characters. Max length: 5000. Nullable.
  • quantity - The quantity of the item. Nullable.
  • total - The total for this line item in cents. Nullable.
  • unit_cost - The unit cost of the item in cents. Nullable.