GetAccountResponseMessage constructor
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,
Implementation
GetAccountResponseMessage({
this.accountId = '',
this.name = '',
this.createdAt,
this.updatedAt,
this.canReceive = false,
this.isVerified = false,
this.lastAccountVerificationRequestStatus = '',
this.lastAccountVerificationRequestData,
this.lastAccountVerificationRequestDataFeedback = '',
this.changePlanType = 0,
this.subscriptionsTrialPeriod = 0,
this.disableEmails = false,
this.lastWithdraw,
this.totalSubscriptions = 0,
this.replyToEmail = '',
this.runningInTestMode = false,
this.isMarketplace = false,
this.enableAutoWithdraw = false,
this.balance = '',
this.protectedBalance = '',
this.payableBalance = '',
this.receivableBalance = '',
this.commissionBalance = '',
this.lastMonthVolume = '',
this.currentVolume = '',
this.taxesPaidLastMonth = '',
this.taxesPaidMonth = '',
this.clientLogoUrl = '',
this.clientSmallLogoUrl = '',
this.extraInformations,
});