StripeElixir.Params.ShippingRateCreateParams.DeliveryEstimate (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

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