Uses of Class
com.onlinepayments.merchant.productgroups.GetProductGroupParams
Packages that use GetProductGroupParams
-
Uses of GetProductGroupParams in com.onlinepayments.merchant.productgroups
Methods in com.onlinepayments.merchant.productgroups that return GetProductGroupParamsModifier and TypeMethodDescriptionGetProductGroupParams.withAmount(Long value) Whole amount in cents (not containing any decimals)GetProductGroupParams.withCountryCode(String value) ISO 3166-1 alpha-2 country code of the transactionGetProductGroupParams.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.GetProductGroupParams.withIsRecurring(Boolean value) This allows you to filter payment products based on their support for recurring payments.GetProductGroupParams.withLocale(String value) Deprecated: This field has no effect.Methods in com.onlinepayments.merchant.productgroups with parameters of type GetProductGroupParamsModifier and TypeMethodDescriptionProductGroupsClient.getProductGroup(String paymentProductGroupId, GetProductGroupParams query) Resource /v2/{merchantId}/productgroups/{paymentProductGroupId} - Get product groupProductGroupsClient.getProductGroup(String paymentProductGroupId, GetProductGroupParams query, CallContext context) Resource /v2/{merchantId}/productgroups/{paymentProductGroupId} - Get product groupProductGroupsClientInterface.getProductGroup(String paymentProductGroupId, GetProductGroupParams query) Resource /v2/{merchantId}/productgroups/{paymentProductGroupId} - Get product groupProductGroupsClientInterface.getProductGroup(String paymentProductGroupId, GetProductGroupParams query, CallContext context) Resource /v2/{merchantId}/productgroups/{paymentProductGroupId} - Get product group