UMerchantCreateParams constructor
UMerchantCreateParams({
- required List<
int> tags, - required String zipCode,
- required String cityCode,
- required String address,
- required String title,
- required String landline,
- required String nationalCode,
- required String ownerPhoneNumber,
- required String ownerName,
- required String phoneNumber,
- required String mcc,
- String? detail1,
- String? detail2,
- String? id,
- String? creatorId,
- String? businessTitle,
- String? userId,
- String? bankAccountId,
- List<
String> ? adminUserIds,
Implementation
UMerchantCreateParams({
required this.tags,
required this.zipCode,
required this.cityCode,
required this.address,
required this.title,
required this.landline,
required this.nationalCode,
required this.ownerPhoneNumber,
required this.ownerName,
required this.phoneNumber,
required this.mcc,
this.detail1,
this.detail2,
this.id,
this.creatorId,
this.businessTitle,
this.userId,
this.bankAccountId,
this.adminUserIds,
});