public class GetPaymentProductNetworksParams extends Object implements ParamRequest
| Constructor and Description |
|---|
GetPaymentProductNetworksParams() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAmount()
Amount in cents and always having 2 decimals
|
String |
getCountryCode()
ISO 3166-1 alpha-2 country code
|
String |
getCurrencyCode()
Three-letter ISO currency code representing the currency for the amount
|
Boolean |
getIsRecurring()
This allows you to filter networks based on their support for recurring or not
* true
* false
|
void |
setAmount(Long value)
Amount in cents and always having 2 decimals
|
void |
setCountryCode(String value)
ISO 3166-1 alpha-2 country code
|
void |
setCurrencyCode(String value)
Three-letter ISO currency code representing the currency for the amount
|
void |
setIsRecurring(Boolean value)
This allows you to filter networks based on their support for recurring or not
* true
* false
|
List<RequestParam> |
toRequestParameters() |
GetPaymentProductNetworksParams |
withAmount(Long value)
Amount in cents and always having 2 decimals
|
GetPaymentProductNetworksParams |
withCountryCode(String value)
ISO 3166-1 alpha-2 country code
|
GetPaymentProductNetworksParams |
withCurrencyCode(String value)
Three-letter ISO currency code representing the currency for the amount
|
GetPaymentProductNetworksParams |
withIsRecurring(Boolean value)
This allows you to filter networks based on their support for recurring or not
* true
* false
|
public String getCountryCode()
public void setCountryCode(String value)
public GetPaymentProductNetworksParams withCountryCode(String value)
public String getCurrencyCode()
public void setCurrencyCode(String value)
public GetPaymentProductNetworksParams withCurrencyCode(String value)
public Long getAmount()
public void setAmount(Long value)
public GetPaymentProductNetworksParams withAmount(Long value)
public Boolean getIsRecurring()
public void setIsRecurring(Boolean value)
public GetPaymentProductNetworksParams withIsRecurring(Boolean value)
public List<RequestParam> toRequestParameters()
toRequestParameters in interface ParamRequestCopyright © 2023 Worldline Online Payments Direct. All rights reserved.