RefundCreateOptions constructor

const RefundCreateOptions({
  1. int? amount,
  2. String? charge,
  3. String? currency,
  4. String? customer,
  5. List<String>? expand,
  6. String? instructionsEmail,
  7. Map<String, String>? metadata,
  8. String? paymentIntent,
  9. TerminalReaderReaderResourceRefundPaymentActionReason? reason,
  10. bool? refundApplicationFee,
  11. bool? reverseTransfer,
})

Implementation

const RefundCreateOptions({
  this.amount,
  this.charge,
  this.currency,
  this.customer,
  this.expand,
  this.instructionsEmail,
  this.metadata,
  this.paymentIntent,
  this.reason,
  this.refundApplicationFee,
  this.reverseTransfer,
});