PaymentIntentBlik constructor

const PaymentIntentBlik({
  1. String? code,
  2. PaymentIntentBlikSetupFutureUsage? setupFutureUsage,
})

payment_intent_payment_method_options_param

If this is a `blik` PaymentMethod, this sub-hash contains details about the BLIK payment method options.

Implementation

const PaymentIntentBlik({
  this.code,
  this.setupFutureUsage,
});