StoreShipmentMethodCashOnDeliveryBody constructor

StoreShipmentMethodCashOnDeliveryBody({
  1. String? description,
  2. List<StoreShipmentMethodCashOnDeliveryPriceBody>? prices,
})

Implementation

StoreShipmentMethodCashOnDeliveryBody({
  this.description,
  this.prices,
});