OrdersRefundOrderRequest constructor
OrdersRefundOrderRequest({
- MonetaryAmount? amount,
- bool? fullRefund,
- String? operationId,
- String? reason,
- String? reasonText,
Implementation
OrdersRefundOrderRequest({
this.amount,
this.fullRefund,
this.operationId,
this.reason,
this.reasonText,
});