ReturnaddressCustomBatchRequestEntry constructor

ReturnaddressCustomBatchRequestEntry({
  1. int? batchId,
  2. String? merchantId,
  3. String? method,
  4. ReturnAddress? returnAddress,
  5. String? returnAddressId,
})

Implementation

ReturnaddressCustomBatchRequestEntry({
  this.batchId,
  this.merchantId,
  this.method,
  this.returnAddress,
  this.returnAddressId,
});