CreditCardOptions class

Constructors

CreditCardOptions({bool active = false, String softDescriptor = '', bool installments = false, bool installmentsPassInterest = false, int maxInstallments = 0, int maxInstallmentsWithoutInterest = 0, bool twoStepTransaction = false})
CreditCardOptions.fromJson(String source)
factory
CreditCardOptions.fromMap(Map<String, dynamic> map)
factory

Properties

active bool
Ativo
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
installments bool
Ativar parcelamento
getter/setter pair
installmentsPassInterest bool
Repasse de Juros de Parcelamento ativo? true ou false
getter/setter pair
maxInstallments int
Número máximo de parcelas (Nr entre 1 a 12)
getter/setter pair
maxInstallmentsWithoutInterest int
Número de parcelas sem cobrança de juros ao cliente (Nr entre 1 a 12)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
softDescriptor String
Descrição que apareça na Fatura do Cartão do Cliente (Máx: 12 Caractéres)
getter/setter pair
twoStepTransaction bool
Habilita o fluxo de pagamento em duas etapas (Autorização e Captura)
getter/setter pair

Methods

copyWith({bool? active, String? softDescriptor, bool? installments, bool? installmentsPassInterest, int? maxInstallments, int? maxInstallmentsWithoutInterest, bool? twoStepTransaction}) CreditCardOptions
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object o) bool
The equality operator.
override