UMoadiCreateParams constructor

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

Implementation

UMoadiCreateParams({
  required this.tags,
  required this.name,
  required this.economicCode,
  required this.legalEntity,
  required this.uniqueTaxCode,
  required this.ownerName,
  required this.ownerMobile,
  required this.ownerNationalCode,
  this.detail1,
  this.detail2,
  this.id,
  this.creatorId,
  this.userId,
  this.nationalCode,
  this.postalCode,
  this.registrationDate,
  this.registrationNumber,
  this.address,
  this.startInvoiceNumber,
  this.introductionCode,
  this.adminUserIds,
});