UMerchantReadParams constructor
UMerchantReadParams({
- int? pageSize,
- int? pageNumber,
- DateTime? fromCreatedAt,
- DateTime? toCreatedAt,
- List<
int> ? tags, - List<
String> ? ids, - String? creatorId,
- String? zipCode,
- String? userId,
- String? cityCode,
- String? phoneNumber,
- String? title,
- String? landline,
- String? nationalCode,
- String? bankAccountId,
- String? mcc,
- String? merchantId,
- String? insId,
- int? orderBy,
- MerchantSelectorArgs? selectorArgs,
Implementation
UMerchantReadParams({
this.pageSize,
this.pageNumber,
this.fromCreatedAt,
this.toCreatedAt,
this.tags,
this.ids,
this.creatorId,
this.zipCode,
this.userId,
this.cityCode,
this.phoneNumber,
this.title,
this.landline,
this.nationalCode,
this.bankAccountId,
this.mcc,
this.merchantId,
this.insId,
this.orderBy,
this.selectorArgs,
});