GetAccountResponseMessage constructor

GetAccountResponseMessage({
  1. String accountId = '',
  2. String name = '',
  3. DateTime? createdAt,
  4. DateTime? updatedAt,
  5. bool canReceive = false,
  6. bool isVerified = false,
  7. String lastAccountVerificationRequestStatus = '',
  8. AccountModel? lastAccountVerificationRequestData,
  9. String lastAccountVerificationRequestDataFeedback = '',
  10. int changePlanType = 0,
  11. int subscriptionsTrialPeriod = 0,
  12. bool disableEmails = false,
  13. WithdrawModel? lastWithdraw,
  14. int totalSubscriptions = 0,
  15. String replyToEmail = '',
  16. bool runningInTestMode = false,
  17. bool isMarketplace = false,
  18. bool enableAutoWithdraw = false,
  19. String balance = '',
  20. String protectedBalance = '',
  21. String payableBalance = '',
  22. String receivableBalance = '',
  23. String commissionBalance = '',
  24. String lastMonthVolume = '',
  25. String currentVolume = '',
  26. String taxesPaidLastMonth = '',
  27. String taxesPaidMonth = '',
  28. String clientLogoUrl = '',
  29. String clientSmallLogoUrl = '',
  30. 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,
});