UMoadiUpdateParams constructor

UMoadiUpdateParams({
  1. required String id,
  2. String? name,
  3. String? economicCode,
  4. String? legalEntity,
  5. String? uniqueTaxCode,
  6. String? nationalCode,
  7. String? postalCode,
  8. String? registrationDate,
  9. String? registrationNumber,
  10. String? address,
  11. int? startInvoiceNumber,
  12. String? introductionCode,
  13. String? ownerName,
  14. String? ownerMobile,
  15. String? ownerNationalCode,
  16. List<int>? tags,
  17. List<int>? addTags,
  18. List<int>? removeTags,
  19. String? detail1,
  20. String? detail2,
  21. List<String>? adminUserIds,
  22. List<String>? addAdminUserIds,
  23. List<String>? removeAdminUserIds,
})

Implementation

UMoadiUpdateParams({
  required this.id,
  this.name,
  this.economicCode,
  this.legalEntity,
  this.uniqueTaxCode,
  this.nationalCode,
  this.postalCode,
  this.registrationDate,
  this.registrationNumber,
  this.address,
  this.startInvoiceNumber,
  this.introductionCode,
  this.ownerName,
  this.ownerMobile,
  this.ownerNationalCode,
  this.tags,
  this.addTags,
  this.removeTags,
  this.detail1,
  this.detail2,
  this.adminUserIds,
  this.addAdminUserIds,
  this.removeAdminUserIds,
});