SessionDeliveryEstimate constructor
const
SessionDeliveryEstimate({
- ShippingRateDeliveryEstimateBound? maximum,
- ShippingRateDeliveryEstimateBound? minimum,
delivery_estimate
The estimated range for how long shipping will take, meant to be displayable to the customer. This will appear on CheckoutSessions.
Implementation
const SessionDeliveryEstimate({
this.maximum,
this.minimum,
});