CreditCardOptions class
Constructors
- CreditCardOptions({bool active, String softDescriptor, bool installments, bool installmentsPassInterest, int maxInstallments, int maxInstallmentsWithoutInterest, bool twoStepTransaction})
- CreditCardOptions.fromJson(String source)
-
factory
-
CreditCardOptions.fromMap(Map<
String, dynamic> map) -
factory
Properties
- active ↔ bool
-
Ativo
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, override
- installments ↔ bool
-
Ativar parcelamento
read / write
- installmentsPassInterest ↔ bool
-
Repasse de Juros de Parcelamento ativo? true ou false
read / write
- maxInstallments ↔ int
-
Número máximo de parcelas (Nr entre 1 a 12)
read / write
- maxInstallmentsWithoutInterest ↔ int
-
Número de parcelas sem cobrança de juros ao cliente (Nr entre 1 a 12)
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- softDescriptor ↔ String
-
Descrição que apareça na Fatura do Cartão do Cliente (Máx: 12 Caractéres)
read / write
- twoStepTransaction ↔ bool
-
Habilita o fluxo de pagamento em duas etapas (Autorização e Captura)
read / write
Methods
-
copyWith(
{bool active, String softDescriptor, bool installments, bool installmentsPassInterest, int maxInstallments, int maxInstallmentsWithoutInterest, bool twoStepTransaction}) → CreditCardOptions -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object o) → bool -
The equality operator. [...]
override