Uses of Class
com.onlinepayments.merchant.products.GetPaymentProductNetworksParams
Packages that use GetPaymentProductNetworksParams
-
Uses of GetPaymentProductNetworksParams in com.onlinepayments.merchant.products
Methods in com.onlinepayments.merchant.products that return GetPaymentProductNetworksParamsModifier and TypeMethodDescriptionGetPaymentProductNetworksParams.withAmount(Long value) Amount in cents and always having 2 decimalsGetPaymentProductNetworksParams.withCountryCode(String value) ISO 3166-1 alpha-2 country codeGetPaymentProductNetworksParams.withCurrencyCode(String value) Three-letter ISO currency code representing the currency for the amountGetPaymentProductNetworksParams.withIsRecurring(Boolean value) This allows you to filter networks based on their support for recurring or not true falseMethods in com.onlinepayments.merchant.products with parameters of type GetPaymentProductNetworksParamsModifier and TypeMethodDescriptionProductsClient.getPaymentProductNetworks(Integer paymentProductId, GetPaymentProductNetworksParams query) Resource /v2/{merchantId}/products/{paymentProductId}/networks - Get payment product networksProductsClient.getPaymentProductNetworks(Integer paymentProductId, GetPaymentProductNetworksParams query, CallContext context) Resource /v2/{merchantId}/products/{paymentProductId}/networks - Get payment product networksProductsClientInterface.getPaymentProductNetworks(Integer paymentProductId, GetPaymentProductNetworksParams query) Resource /v2/{merchantId}/products/{paymentProductId}/networks - Get payment product networksProductsClientInterface.getPaymentProductNetworks(Integer paymentProductId, GetPaymentProductNetworksParams query, CallContext context) Resource /v2/{merchantId}/products/{paymentProductId}/networks - Get payment product networks