Shipping constructor
Shipping({
- String? country,
- String? handlingCutoffTime,
- String? handlingCutoffTimezone,
- String? locationGroupName,
- String? locationId,
- String? loyaltyProgramLabel,
- String? loyaltyTierLabel,
- String? maxHandlingTime,
- String? maxTransitTime,
- String? minHandlingTime,
- String? minTransitTime,
- String? postalCode,
- Price? price,
- String? region,
- String? service,
Implementation
Shipping({
this.country,
this.handlingCutoffTime,
this.handlingCutoffTimezone,
this.locationGroupName,
this.locationId,
this.loyaltyProgramLabel,
this.loyaltyTierLabel,
this.maxHandlingTime,
this.maxTransitTime,
this.minHandlingTime,
this.minTransitTime,
this.postalCode,
this.price,
this.region,
this.service,
});