UMoadiUpdateParams constructor
UMoadiUpdateParams({
- required String id,
- String? name,
- String? economicCode,
- String? legalEntity,
- String? uniqueTaxCode,
- String? nationalCode,
- String? postalCode,
- String? registrationDate,
- String? registrationNumber,
- String? address,
- int? startInvoiceNumber,
- String? introductionCode,
- String? ownerName,
- String? ownerMobile,
- String? ownerNationalCode,
- List<
int> ? tags, - List<
int> ? addTags, - List<
int> ? removeTags, - String? detail1,
- String? detail2,
- List<
String> ? adminUserIds, - List<
String> ? addAdminUserIds, - 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,
});