GetAccountResponseMessage class
Constructors
-
GetAccountResponseMessage({String accountId = '', String name = '', DateTime? createdAt, DateTime? updatedAt, bool canReceive = false, bool isVerified = false, String lastAccountVerificationRequestStatus = '', AccountModel? lastAccountVerificationRequestData, String lastAccountVerificationRequestDataFeedback = '', int changePlanType = 0, int subscriptionsTrialPeriod = 0, bool disableEmails = false, WithdrawModel? lastWithdraw, int totalSubscriptions = 0, String replyToEmail = '', bool runningInTestMode = false, bool isMarketplace = false, bool enableAutoWithdraw = false, String balance = '', String protectedBalance = '', String payableBalance = '', String receivableBalance = '', String commissionBalance = '', String lastMonthVolume = '', String currentVolume = '', String taxesPaidLastMonth = '', String taxesPaidMonth = '', String clientLogoUrl = '', String clientSmallLogoUrl = '', List<
Information> ? extraInformations}) - GetAccountResponseMessage.fromJson(String source)
-
factory
-
GetAccountResponseMessage.fromMap(Map<
String, dynamic> map) -
factory
Properties
- accountId ↔ String
-
Identificação da conta
getter/setter pair
- balance ↔ String
-
Balanço do periodo
getter/setter pair
- canReceive ↔ bool
-
Pode receber pagamentos
getter/setter pair
- changePlanType ↔ int
-
Tipo do plano
getter/setter pair
- clientLogoUrl ↔ String
-
Url da logo do cliente em tamanho padrão
getter/setter pair
- clientSmallLogoUrl ↔ String
-
Url da logo do cliente em tamanho pequeno
getter/setter pair
- commissionBalance ↔ String
-
Balanço de comissões
getter/setter pair
- createdAt ↔ DateTime?
-
Data de criação
getter/setter pair
- currentVolume ↔ String
-
Volume do mês
getter/setter pair
- disableEmails ↔ bool
-
Desabilitar envio de emails
getter/setter pair
- enableAutoWithdraw ↔ bool
-
Retirada automática habilitada
getter/setter pair
-
extraInformations
↔ List<
Information> ? -
Informações extras da conta, baseadas em chave valor
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- isMarketplace ↔ bool
-
Identifica se a conta é de um marketplace
getter/setter pair
- isVerified ↔ bool
-
Conta já foi verificada
getter/setter pair
- lastAccountVerificationRequestData ↔ AccountModel?
-
Dados enviados na última requisição de verificação
getter/setter pair
- lastAccountVerificationRequestDataFeedback ↔ String
-
Descrição do motivo de rejeição da verificação da conta, caso contrário é nulo
getter/setter pair
- lastAccountVerificationRequestStatus ↔ String
-
Último status de verificação da conta
getter/setter pair
- lastMonthVolume ↔ String
-
Volume do último mês
getter/setter pair
- lastWithdraw ↔ WithdrawModel?
-
Último saque
getter/setter pair
- name ↔ String
-
Nome da conta
getter/setter pair
- payableBalance ↔ String
-
Balanço a pagar
getter/setter pair
- protectedBalance ↔ String
-
Balanço protegido
getter/setter pair
- receivableBalance ↔ String
-
Balanço a receber
getter/setter pair
- replyToEmail ↔ String
-
Email de reply
getter/setter pair
- runningInTestMode ↔ bool
-
Está executando em modo teste
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subscriptionsTrialPeriod ↔ int
-
Dias do periodo trieal
getter/setter pair
- taxesPaidLastMonth ↔ String
-
Taxas pagas no ultimo mês
getter/setter pair
- taxesPaidMonth ↔ String
-
Taxas pagas no mês
getter/setter pair
- totalSubscriptions ↔ int
-
Total de assinantes
getter/setter pair
- updatedAt ↔ DateTime?
-
Data da ultima atualização
getter/setter pair
Methods
-
copyWith(
{String? accountId, String? name, DateTime? createdAt, DateTime? updatedAt, bool? canReceive, bool? isVerified, String? lastAccountVerificationRequestStatus, AccountModel? lastAccountVerificationRequestData, String? lastAccountVerificationRequestDataFeedback, int? changePlanType, int? subscriptionsTrialPeriod, bool? disableEmails, WithdrawModel? lastWithdraw, int? totalSubscriptions, String? replyToEmail, bool? runningInTestMode, bool? isMarketplace, bool? enableAutoWithdraw, String? balance, String? protectedBalance, String? payableBalance, String? receivableBalance, String? commissionBalance, String? lastMonthVolume, String? currentVolume, String? taxesPaidLastMonth, String? taxesPaidMonth, String? clientLogoUrl, String? clientSmallLogoUrl, List< Information> ? extraInformations}) → GetAccountResponseMessage -
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