PaymentLinkCreateOptionsPaymentIntentData constructor
const
PaymentLinkCreateOptionsPaymentIntentData({
- PaymentIntentCaptureMethod? captureMethod,
- String? description,
- Map<
String, String> ? metadata, - SessionSetupFutureUsage? setupFutureUsage,
- String? statementDescriptor,
- String? statementDescriptorSuffix,
- String? transferGroup,
payment_intent_data_params
A subset of parameters to be passed to PaymentIntent creation for Checkout Sessions in `payment` mode.
Implementation
const PaymentLinkCreateOptionsPaymentIntentData({
this.captureMethod,
this.description,
this.metadata,
this.setupFutureUsage,
this.statementDescriptor,
this.statementDescriptorSuffix,
this.transferGroup,
});