alias Stripe::ShippingRateDeliveryEstimateMinimum

Overview

The lower bound of the estimated range. If empty, represents no lower bound.

Alias Definition

Stripe::ShippingRateDeliveryEstimateBound

Defined in:

stripe/models/shipping_rate_delivery_estimate_minimum.cr

Constant Summary

ERROR_MESSAGE_FOR_UNIT = "invalid value for \"unit\", must be one of [business_day, day, hour, month, week]."
VALID_VALUES_FOR_UNIT = String.static_array("business_day", "day", "hour", "month", "week")