UpdatePaymentIntentOpts constructor

UpdatePaymentIntentOpts({
  1. int? amount,
  2. int? applicationFeeAmount,
  3. String? currency,
  4. String? customer,
  5. String? description,
  6. bool? errorOnRequiresAction,
  7. Map<String, dynamic>? metadata,
  8. bool? offSession,
  9. String? paymentMethod,
  10. List<String>? paymentMethodTypes,
  11. String? receiptEmail,
  12. String? statementDescriptor,
  13. String? statementDescriptorSuffix,
  14. TransferData? transferData,
  15. String? transferGroup,
})

Implementation

UpdatePaymentIntentOpts({
  this.amount,
  this.applicationFeeAmount,
  this.currency,
  this.customer,
  this.description,
  this.errorOnRequiresAction,
  this.metadata,
  this.offSession,
  this.paymentMethod,
  this.paymentMethodTypes,
  this.receiptEmail,
  this.statementDescriptor,
  this.statementDescriptorSuffix,
  this.transferData,
  this.transferGroup,
});