Stripe.Params.SourceUpdateParams.SourceOrder.Items (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@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
}
  • amount
  • currency - 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 is sku, this is the number of instances of the SKU to be ordered.
  • type - Possible values: discount, shipping, sku, tax. Max length: 5000.