Uses of Class
com.onlinepayments.merchant.productgroups.GetProductGroupsParams
Packages that use GetProductGroupsParams
-
Uses of GetProductGroupsParams in com.onlinepayments.merchant.productgroups
Methods in com.onlinepayments.merchant.productgroups that return GetProductGroupsParamsModifier and TypeMethodDescriptionGetProductGroupsParams.withAmount(Long value) Whole amount in cents (not containing any decimals)GetProductGroupsParams.withCountryCode(String value) ISO 3166-1 alpha-2 country code of the transactionGetProductGroupsParams.withCurrencyCode(String value) Three-letter ISO currency code representing the currency for the amountAllows you to hide elements from the response, reducing the amount of data that needs to be returned to your client.GetProductGroupsParams.withIsRecurring(Boolean value) This allows you to filter payment products based on their support for recurring payments.GetProductGroupsParams.withLocale(String value) Deprecated: This field has no effect.Methods in com.onlinepayments.merchant.productgroups with parameters of type GetProductGroupsParamsModifier and TypeMethodDescriptionProductGroupsClient.getProductGroups(GetProductGroupsParams query) Resource /v2/{merchantId}/productgroups - Get product groupsProductGroupsClient.getProductGroups(GetProductGroupsParams query, CallContext context) Resource /v2/{merchantId}/productgroups - Get product groupsProductGroupsClientInterface.getProductGroups(GetProductGroupsParams query) Resource /v2/{merchantId}/productgroups - Get product groupsProductGroupsClientInterface.getProductGroups(GetProductGroupsParams query, CallContext context) Resource /v2/{merchantId}/productgroups - Get product groups