TerminalReaderRefundPaymentOptions constructor

const TerminalReaderRefundPaymentOptions({
  1. int? amount,
  2. String? charge,
  3. List<String>? expand,
  4. Map<String, String>? metadata,
  5. String? paymentIntent,
  6. bool? refundApplicationFee,
  7. TerminalReaderReaderResourceRefundPaymentConfig? refundPaymentConfig,
  8. bool? reverseTransfer,
})

Implementation

const TerminalReaderRefundPaymentOptions({
  this.amount,
  this.charge,
  this.expand,
  this.metadata,
  this.paymentIntent,
  this.refundApplicationFee,
  this.refundPaymentConfig,
  this.reverseTransfer,
});