PaymentIntentIncrementAuthorizationOptions constructor

const PaymentIntentIncrementAuthorizationOptions({
  1. required int amount,
  2. int? applicationFeeAmount,
  3. String? description,
  4. List<String>? expand,
  5. Map<String, String>? metadata,
  6. String? statementDescriptor,
  7. PaymentFlowsAmountDetailsResourceTip? transferData,
})

Implementation

const PaymentIntentIncrementAuthorizationOptions({
  required this.amount,
  this.applicationFeeAmount,
  this.description,
  this.expand,
  this.metadata,
  this.statementDescriptor,
  this.transferData,
});