SessionShippingRateData constructor
const
SessionShippingRateData({
- SessionDeliveryEstimate? deliveryEstimate,
- required String displayName,
- SessionFixedAmount? fixedAmount,
- Map<
String, String> ? metadata, - ShippingRateCurrencyOptionTaxBehavior? taxBehavior,
- String? taxCode,
method_params
Parameters to be passed to Shipping Rate creation for this shipping option
Implementation
const SessionShippingRateData({
this.deliveryEstimate,
required this.displayName,
this.fixedAmount,
this.metadata,
this.taxBehavior,
this.taxCode,
});