Stripe.Params.Checkout.SessionCreateParams.ShippingOptions.ShippingRateData.DeliveryEstimate
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.Checkout.SessionCreateParams.ShippingOptions.ShippingRateData.DeliveryEstimate{ maximum: Stripe.Params.Checkout.SessionCreateParams.ShippingOptions.ShippingRateData.DeliveryEstimate.Maximum.t() | nil, minimum: Stripe.Params.Checkout.SessionCreateParams.ShippingOptions.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.