StripeElixir.Params.InvoiceCreateParams.ShippingCost
(stripe_elixir v0.1.0)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %StripeElixir.Params.InvoiceCreateParams.ShippingCost{ shipping_rate: String.t() | nil, shipping_rate_data: map() | nil }
shipping_rate- The ID of the shipping rate to use for this order. Max length: 5000.shipping_rate_data- Parameters to create a new ad-hoc shipping rate for this order.