PaymentIntentCaptureOptions constructor

const PaymentIntentCaptureOptions({
  1. int? amountToCapture,
  2. int? applicationFeeAmount,
  3. List<String>? expand,
  4. bool? finalCapture,
  5. Map<String, String>? metadata,
  6. String? statementDescriptor,
  7. String? statementDescriptorSuffix,
  8. PaymentFlowsAmountDetailsResourceTip? transferData,
})

Implementation

const PaymentIntentCaptureOptions({
  this.amountToCapture,
  this.applicationFeeAmount,
  this.expand,
  this.finalCapture,
  this.metadata,
  this.statementDescriptor,
  this.statementDescriptorSuffix,
  this.transferData,
});