SessionDeliveryEstimate constructor

const SessionDeliveryEstimate({
  1. ShippingRateDeliveryEstimateBound? maximum,
  2. 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,
});