Stripe.Params.ShippingRateCreateParams.DeliveryEstimate (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.ShippingRateCreateParams.DeliveryEstimate{
  maximum:
    Stripe.Params.ShippingRateCreateParams.DeliveryEstimate.Maximum.t() | nil,
  minimum:
    Stripe.Params.ShippingRateCreateParams.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.