Stripe.Resources.Charge.Level3.LineItems (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Charge.Level3.LineItems{
  discount_amount: integer() | nil,
  product_code: String.t() | nil,
  product_description: String.t() | nil,
  quantity: integer() | nil,
  tax_amount: integer() | nil,
  unit_cost: integer() | nil
}
  • discount_amount - Nullable.
  • product_code - Max length: 5000.
  • product_description - Max length: 5000.
  • quantity - Nullable.
  • tax_amount - Nullable.
  • unit_cost - Nullable.