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

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.SourceUpdateParams.SourceOrder{
  items: [Stripe.Params.SourceUpdateParams.SourceOrder.Items.t()] | nil,
  shipping: Stripe.Params.SourceUpdateParams.SourceOrder.Shipping.t() | nil
}
  • items - List of items constituting the order.
  • shipping - Shipping address for the order. Required if any of the SKUs are for products that have shippable set to true.