Stripe.Resources.ShippingRate.DeliveryEstimate (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

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