TerminalReaderReaderResourceRefundPaymentAction constructor
const
TerminalReaderReaderResourceRefundPaymentAction({
- int? amount,
- ChargeOrId? charge,
- Map<
String, String> ? metadata, - PaymentIntentOrId? paymentIntent,
- TerminalReaderReaderResourceRefundPaymentActionReason? reason,
- RefundOrId? refund,
- bool? refundApplicationFee,
- TerminalReaderReaderResourceRefundPaymentConfig? refundPaymentConfig,
- bool? reverseTransfer,
TerminalReaderReaderResourceRefundPaymentAction
Represents a reader action to refund a payment
Implementation
const TerminalReaderReaderResourceRefundPaymentAction({
this.amount,
this.charge,
this.metadata,
this.paymentIntent,
this.reason,
this.refund,
this.refundApplicationFee,
this.refundPaymentConfig,
this.reverseTransfer,
});