OrderReportTransaction constructor

OrderReportTransaction({
  1. Price? disbursementAmount,
  2. String? disbursementCreationDate,
  3. String? disbursementDate,
  4. String? disbursementId,
  5. String? merchantId,
  6. String? merchantOrderId,
  7. String? orderId,
  8. ProductAmount? productAmount,
  9. String? transactionDate,
})

Implementation

OrderReportTransaction({
  this.disbursementAmount,
  this.disbursementCreationDate,
  this.disbursementDate,
  this.disbursementId,
  this.merchantId,
  this.merchantOrderId,
  this.orderId,
  this.productAmount,
  this.transactionDate,
});