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