ShippingRateCreateOptions constructor
const
ShippingRateCreateOptions({
- SessionDeliveryEstimate? deliveryEstimate,
- required String displayName,
- List<
String> ? expand, - SessionFixedAmount? fixedAmount,
- Map<
String, String> ? metadata, - ShippingRateCurrencyOptionTaxBehavior? taxBehavior,
- String? taxCode,
Implementation
const ShippingRateCreateOptions({
this.deliveryEstimate,
required this.displayName,
this.expand,
this.fixedAmount,
this.metadata,
this.taxBehavior,
this.taxCode,
});