Uses of Class
com.onlinepayments.merchant.products.GetProductDirectoryParams
Packages that use GetProductDirectoryParams
-
Uses of GetProductDirectoryParams in com.onlinepayments.merchant.products
Methods in com.onlinepayments.merchant.products that return GetProductDirectoryParamsModifier and TypeMethodDescriptionGetProductDirectoryParams.withCountryCode(String value) ISO 3166-1 alpha-2 country codeGetProductDirectoryParams.withCurrencyCode(String value) Three-letter ISO currency code representing the currency of the transactionMethods in com.onlinepayments.merchant.products with parameters of type GetProductDirectoryParamsModifier and TypeMethodDescriptionProductsClient.getProductDirectory(Integer paymentProductId, GetProductDirectoryParams query) Resource /v2/{merchantId}/products/{paymentProductId}/directory - Get payment product directoryProductsClient.getProductDirectory(Integer paymentProductId, GetProductDirectoryParams query, CallContext context) Resource /v2/{merchantId}/products/{paymentProductId}/directory - Get payment product directoryProductsClientInterface.getProductDirectory(Integer paymentProductId, GetProductDirectoryParams query) Resource /v2/{merchantId}/products/{paymentProductId}/directory - Get payment product directoryProductsClientInterface.getProductDirectory(Integer paymentProductId, GetProductDirectoryParams query, CallContext context) Resource /v2/{merchantId}/products/{paymentProductId}/directory - Get payment product directory