PaymentIntentAffirm constructor

const PaymentIntentAffirm({
  1. SessionCaptureMethod? captureMethod,
  2. 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,
});