PaymentIntentCardPresent constructor

const PaymentIntentCardPresent({
  1. bool? requestExtendedAuthorization,
  2. bool? requestIncrementalAuthorizationSupport,
})

payment_method_options_param

If this is a `card_present` PaymentMethod, this sub-hash contains details about the Card Present payment method options.

Implementation

const PaymentIntentCardPresent({
  this.requestExtendedAuthorization,
  this.requestIncrementalAuthorizationSupport,
});