SettlementTransactionIdentifiers constructor

SettlementTransactionIdentifiers({
  1. String? adjustmentId,
  2. String? merchantOrderId,
  3. String? orderItemId,
  4. String? settlementEntryId,
  5. List<String>? shipmentIds,
  6. String? transactionId,
})

Implementation

SettlementTransactionIdentifiers({
  this.adjustmentId,
  this.merchantOrderId,
  this.orderItemId,
  this.settlementEntryId,
  this.shipmentIds,
  this.transactionId,
});