CapturePaymentIntentOpts constructor

CapturePaymentIntentOpts({
  1. int? amountToCapture,
  2. int? applicationFeeAmount,
  3. String? id,
  4. String? statementDescriptor,
  5. String? statementDescriptorSuffix,
  6. TransferData? transferData,
})

Implementation

CapturePaymentIntentOpts({
  this.amountToCapture,
  this.applicationFeeAmount,
  this.id,
  this.statementDescriptor,
  this.statementDescriptorSuffix,
  this.transferData,
});