StripeElixir.Params.SourceCreateParams.SourceOrder (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %StripeElixir.Params.SourceCreateParams.SourceOrder{
  items: [map()] | nil,
  shipping: map() | 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.