Class GetProductDirectoryParams
java.lang.Object
com.onlinepayments.merchant.products.GetProductDirectoryParams
- All Implemented Interfaces:
ParamRequest
Query parameters for
Get payment product directory (/v2/{merchantId}/products/{paymentProductId}/directory)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionISO 3166-1 alpha-2 country codeThree-letter ISO currency code representing the currency of the transactionvoidsetCountryCode(String value) ISO 3166-1 alpha-2 country codevoidsetCurrencyCode(String value) Three-letter ISO currency code representing the currency of the transactionwithCountryCode(String value) ISO 3166-1 alpha-2 country codewithCurrencyCode(String value) Three-letter ISO currency code representing the currency of the transaction
-
Constructor Details
-
GetProductDirectoryParams
public GetProductDirectoryParams()
-
-
Method Details
-
getCountryCode
ISO 3166-1 alpha-2 country code -
setCountryCode
ISO 3166-1 alpha-2 country code -
withCountryCode
ISO 3166-1 alpha-2 country code -
getCurrencyCode
Three-letter ISO currency code representing the currency of the transaction -
setCurrencyCode
Three-letter ISO currency code representing the currency of the transaction -
withCurrencyCode
Three-letter ISO currency code representing the currency of the transaction -
toRequestParameters
- Specified by:
toRequestParametersin interfaceParamRequest
-