UMerchantReadParams constructor

UMerchantReadParams({
  1. int? pageSize,
  2. int? pageNumber,
  3. DateTime? fromCreatedAt,
  4. DateTime? toCreatedAt,
  5. List<int>? tags,
  6. List<String>? ids,
  7. String? creatorId,
  8. String? zipCode,
  9. String? userId,
  10. String? cityCode,
  11. String? phoneNumber,
  12. String? title,
  13. String? landline,
  14. String? nationalCode,
  15. String? bankAccountId,
  16. String? mcc,
  17. String? merchantId,
  18. String? insId,
  19. int? orderBy,
  20. 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,
});