Stripe.Params.InvoiceCreateParams.ShippingCost (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.InvoiceCreateParams.ShippingCost{
  shipping_rate: String.t() | nil,
  shipping_rate_data:
    Stripe.Params.InvoiceCreateParams.ShippingCost.ShippingRateData.t() | 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.