CreditCardOptions constructor
CreditCardOptions({})
Implementation
CreditCardOptions({
this.active = false,
this.softDescriptor = '',
this.installments = false,
this.installmentsPassInterest = false,
this.maxInstallments = 0,
this.maxInstallmentsWithoutInterest = 0,
this.twoStepTransaction = false,
});