Uses of Class
model.ListMerchantVerificationsQueryParams
-
Packages that use ListMerchantVerificationsQueryParams Package Description api model -
-
Uses of ListMerchantVerificationsQueryParams in api
Methods in api with parameters of type ListMerchantVerificationsQueryParams Modifier and Type Method Description FinixListVerificationsApi. listByMerchantId(String merchantId, ListMerchantVerificationsQueryParams listMerchantVerificationsQueryParams)List Merchant Verifications Get a list of all the `Verifications` for a `Merchant` resource. -
Uses of ListMerchantVerificationsQueryParams in model
Methods in model that return ListMerchantVerificationsQueryParams Modifier and Type Method Description ListMerchantVerificationsQueryParamsListMerchantVerificationsQueryParams. afterCursor(String afterCursor)ListMerchantVerificationsQueryParamsListMerchantVerificationsQueryParams. beforeCursor(String beforeCursor)static ListMerchantVerificationsQueryParamsListMerchantVerificationsQueryParams. fromJson(String jsonString)Create an instance of ListMerchantVerificationsQueryParams given an JSON stringListMerchantVerificationsQueryParamsListMerchantVerificationsQueryParams. limit(Long limit)
-