ShippingsettingsCustomBatchRequestEntry constructor
ShippingsettingsCustomBatchRequestEntry({
- String? accountId,
- int? batchId,
- String? merchantId,
- String? method,
- ShippingSettings? shippingSettings,
Implementation
ShippingsettingsCustomBatchRequestEntry({
this.accountId,
this.batchId,
this.merchantId,
this.method,
this.shippingSettings,
});