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

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %Stripe.Params.InvoiceCreateParams.ShippingCost.ShippingRateData.DeliveryEstimate{
    maximum:
      Stripe.Params.InvoiceCreateParams.ShippingCost.ShippingRateData.DeliveryEstimate.Maximum.t()
      | nil,
    minimum:
      Stripe.Params.InvoiceCreateParams.ShippingCost.ShippingRateData.DeliveryEstimate.Minimum.t()
      | nil
  }
  • maximum - The upper bound of the estimated range. If empty, represents no upper bound i.e., infinite.
  • minimum - The lower bound of the estimated range. If empty, represents no lower bound.