PaymentIntentCashapp constructor

const PaymentIntentCashapp({
  1. SessionCaptureMethod? captureMethod,
  2. PaymentIntentSetupFutureUsage? setupFutureUsage,
})

payment_intent_payment_method_options_param

If this is a `cashapp` PaymentMethod, this sub-hash contains details about the Cash App Pay payment method options.

Implementation

const PaymentIntentCashapp({
  this.captureMethod,
  this.setupFutureUsage,
});