Class GetPaymentProductNetworksParams
java.lang.Object
com.onlinepayments.merchant.products.GetPaymentProductNetworksParams
- All Implemented Interfaces:
ParamRequest
Query parameters for
Get payment product networks (/v2/{merchantId}/products/{paymentProductId}/networks)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAmount in cents and always having 2 decimalsISO 3166-1 alpha-2 country codeThree-letter ISO currency code representing the currency for the amountThis allows you to filter networks based on their support for recurring or not true falsevoidAmount in cents and always having 2 decimalsvoidsetCountryCode(String value) ISO 3166-1 alpha-2 country codevoidsetCurrencyCode(String value) Three-letter ISO currency code representing the currency for the amountvoidsetIsRecurring(Boolean value) This allows you to filter networks based on their support for recurring or not true falsewithAmount(Long value) Amount in cents and always having 2 decimalswithCountryCode(String value) ISO 3166-1 alpha-2 country codewithCurrencyCode(String value) Three-letter ISO currency code representing the currency for the amountwithIsRecurring(Boolean value) This allows you to filter networks based on their support for recurring or not true false
-
Constructor Details
-
GetPaymentProductNetworksParams
public GetPaymentProductNetworksParams()
-
-
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 for the amount -
setCurrencyCode
Three-letter ISO currency code representing the currency for the amount -
withCurrencyCode
Three-letter ISO currency code representing the currency for the amount -
getAmount
Amount in cents and always having 2 decimals -
setAmount
Amount in cents and always having 2 decimals -
withAmount
Amount in cents and always having 2 decimals -
getIsRecurring
This allows you to filter networks based on their support for recurring or not- true
- false
-
setIsRecurring
This allows you to filter networks based on their support for recurring or not- true
- false
-
withIsRecurring
This allows you to filter networks based on their support for recurring or not- true
- false
-
toRequestParameters
- Specified by:
toRequestParametersin interfaceParamRequest
-