PaymentConfiguration constructor

PaymentConfiguration({
  1. bool? immediatePayment,
  2. bool? tokenize,
  3. bool? tokenizeOnly,
  4. bool? cardTokenOnly,
})

Implementation

PaymentConfiguration({
  this.immediatePayment,
  this.tokenize,
  this.tokenizeOnly,
  this.cardTokenOnly,
});