ReturnaddressCustomBatchRequestEntry constructor
ReturnaddressCustomBatchRequestEntry({
- int? batchId,
- String? merchantId,
- String? method,
- ReturnAddress? returnAddress,
- String? returnAddressId,
Implementation
ReturnaddressCustomBatchRequestEntry({
this.batchId,
this.merchantId,
this.method,
this.returnAddress,
this.returnAddressId,
});