Uses of Class
com.onlinepayments.merchant.products.GetPaymentProductsParams
Packages that use GetPaymentProductsParams
-
Uses of GetPaymentProductsParams in com.onlinepayments.merchant.products
Methods in com.onlinepayments.merchant.products that return GetPaymentProductsParamsModifier and TypeMethodDescriptionGetPaymentProductsParams.withAmount(Long value) Whole amount in cents (not containing any decimals)GetPaymentProductsParams.withCountryCode(String value) ISO 3166-1 alpha-2 country code of the transactionGetPaymentProductsParams.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.GetPaymentProductsParams.withIsRecurring(Boolean value) This allows you to filter payment products based on their support for recurring payments.GetPaymentProductsParams.withLocale(String value) Locale used in the GUI towards the consumer.Methods in com.onlinepayments.merchant.products with parameters of type GetPaymentProductsParamsModifier and TypeMethodDescriptionProductsClient.getPaymentProducts(GetPaymentProductsParams query) Resource /v2/{merchantId}/products - Get payment productsProductsClient.getPaymentProducts(GetPaymentProductsParams query, CallContext context) Resource /v2/{merchantId}/products - Get payment productsProductsClientInterface.getPaymentProducts(GetPaymentProductsParams query) Resource /v2/{merchantId}/products - Get payment productsProductsClientInterface.getPaymentProducts(GetPaymentProductsParams query, CallContext context) Resource /v2/{merchantId}/products - Get payment products