PaymentIntentUpdateOptions constructor
const
PaymentIntentUpdateOptions({
- int? amount,
- int? applicationFeeAmount,
- PaymentIntentCaptureMethod? captureMethod,
- String? currency,
- String? customer,
- String? description,
- List<
String> ? expand, - Map<
String, String> ? metadata, - String? paymentMethod,
- String? paymentMethodConfiguration,
- PaymentIntentPaymentMethodData? paymentMethodData,
- PaymentIntentCreateOptionsPaymentMethodOptions? paymentMethodOptions,
- List<
String> ? paymentMethodTypes, - String? receiptEmail,
- PaymentIntentUpdateOptionsSetupFutureUsage? setupFutureUsage,
- ChargeCreateOptionsShipping? shipping,
- String? statementDescriptor,
- String? statementDescriptorSuffix,
- PaymentFlowsAmountDetailsResourceTip? transferData,
- String? transferGroup,
Implementation
const PaymentIntentUpdateOptions({
this.amount,
this.applicationFeeAmount,
this.captureMethod,
this.currency,
this.customer,
this.description,
this.expand,
this.metadata,
this.paymentMethod,
this.paymentMethodConfiguration,
this.paymentMethodData,
this.paymentMethodOptions,
this.paymentMethodTypes,
this.receiptEmail,
this.setupFutureUsage,
this.shipping,
this.statementDescriptor,
this.statementDescriptorSuffix,
this.transferData,
this.transferGroup,
});