OrdersRefundOrderRequest constructor

OrdersRefundOrderRequest({
  1. MonetaryAmount? amount,
  2. bool? fullRefund,
  3. String? operationId,
  4. String? reason,
  5. String? reasonText,
})

Implementation

OrdersRefundOrderRequest({
  this.amount,
  this.fullRefund,
  this.operationId,
  this.reason,
  this.reasonText,
});