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