WithdrawModel class
Modelo que representa as informações da retirada
Constructors
- WithdrawModel({String id, String accountId, String amount, String bank, String bankAgency, String accountType, String bankAccountNumber, String createdAt, String feedback, String status, String updatedAt})
- WithdrawModel.fromJson(String source)
-
factory
-
WithdrawModel.fromMap(Map<
String, dynamic> map) -
factory
Properties
- accountId ↔ String
-
Identificação da conta
read / write
- accountType ↔ String
-
Tipo da conta: 'Corrente', 'Poupança'
read / write
- amount ↔ String
-
Valor
read / write
- bank ↔ String
-
Nome da instituição bancária
Suportados : 'Itaú', 'Bradesco', 'Caixa Econômica', 'Banco do Brasil', 'Santander'
read / write
- bankAccountNumber ↔ String
-
Número da Conta
Formatos com validação automática(99999999-D, XXX99999999-D onde X é Operação, 9999999-D, 99999-D)
read / write
- bankAgency ↔ String
-
Agência da Conta
Formatos com validação automática(9999-D, 9999)
read / write
- createdAt ↔ String
-
Data de Criação
read / write
- feedback ↔ String
-
Feedback de verificação dos dados
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, override
- id ↔ String
-
Identificação da retirada
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- status ↔ String
-
Status da transação
read / write
- updatedAt ↔ String
-
Data da retirada
read / write
Methods
-
copyWith(
{String id, String accountId, String amount, String bank, String bankAgency, String accountType, String bankAccountNumber, String createdAt, String feedback, String status, String updatedAt}) → WithdrawModel -
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