PaymentIntentAffirm constructor
const
PaymentIntentAffirm({
- SessionCaptureMethod? captureMethod,
- String? preferredLocale,
payment_method_options_param
If this is an `affirm` PaymentMethod, this sub-hash contains details about the Affirm payment method options.
Implementation
const PaymentIntentAffirm({
this.captureMethod,
this.preferredLocale,
});