| Package | Description |
|---|---|
| com.onlinepayments.merchant.products |
| Modifier and Type | Method and Description |
|---|---|
GetPaymentProductNetworksParams |
GetPaymentProductNetworksParams.withAmount(Long value)
Amount in cents and always having 2 decimals
|
GetPaymentProductNetworksParams |
GetPaymentProductNetworksParams.withCountryCode(String value)
ISO 3166-1 alpha-2 country code
|
GetPaymentProductNetworksParams |
GetPaymentProductNetworksParams.withCurrencyCode(String value)
Three-letter ISO currency code representing the currency for the amount
|
GetPaymentProductNetworksParams |
GetPaymentProductNetworksParams.withIsRecurring(Boolean value)
This allows you to filter networks based on their support for recurring or not
* true
* false
|
| Modifier and Type | Method and Description |
|---|---|
PaymentProductNetworksResponse |
ProductsClient.getPaymentProductNetworks(Integer paymentProductId,
GetPaymentProductNetworksParams query)
Resource /v2/{merchantId}/products/{paymentProductId}/networks
- Get payment product networks
|
PaymentProductNetworksResponse |
ProductsClientInterface.getPaymentProductNetworks(Integer paymentProductId,
GetPaymentProductNetworksParams query)
Resource /v2/{merchantId}/products/{paymentProductId}/networks
- Get payment product networks
|
PaymentProductNetworksResponse |
ProductsClient.getPaymentProductNetworks(Integer paymentProductId,
GetPaymentProductNetworksParams query,
CallContext context)
Resource /v2/{merchantId}/products/{paymentProductId}/networks
- Get payment product networks
|
PaymentProductNetworksResponse |
ProductsClientInterface.getPaymentProductNetworks(Integer paymentProductId,
GetPaymentProductNetworksParams query,
CallContext context)
Resource /v2/{merchantId}/products/{paymentProductId}/networks
- Get payment product networks
|
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.