TerminalReaderReaderResourceRefundPaymentAction constructor

const TerminalReaderReaderResourceRefundPaymentAction({
  1. int? amount,
  2. ChargeOrId? charge,
  3. Map<String, String>? metadata,
  4. PaymentIntentOrId? paymentIntent,
  5. TerminalReaderReaderResourceRefundPaymentActionReason? reason,
  6. RefundOrId? refund,
  7. bool? refundApplicationFee,
  8. TerminalReaderReaderResourceRefundPaymentConfig? refundPaymentConfig,
  9. 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,
});