SessionShippingRateData constructor

const SessionShippingRateData({
  1. SessionDeliveryEstimate? deliveryEstimate,
  2. required String displayName,
  3. SessionFixedAmount? fixedAmount,
  4. Map<String, String>? metadata,
  5. ShippingRateCurrencyOptionTaxBehavior? taxBehavior,
  6. 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,
});