Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.SourceUpdateParams.SourceOrder.Items{ amount: integer() | nil, currency: String.t() | nil, description: String.t() | nil, parent: String.t() | nil, quantity: integer() | nil, type: String.t() | nil }
amountcurrency- Format: ISO 4217 currency code.description- Max length: 1000.parent- The ID of the SKU being ordered. Max length: 5000.quantity- The quantity of this order item. When type issku, this is the number of instances of the SKU to be ordered.type- Possible values:discount,shipping,sku,tax. Max length: 5000.