public class GetProductGroupsParams extends Object implements ParamRequest
| Constructor and Description |
|---|
GetProductGroupsParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHide(String value)
Allows you to hide elements from the response, reducing the amount of data that needs to be returned to your client.
|
Long |
getAmount()
Whole amount in cents (not containing any decimals)
|
String |
getCountryCode()
ISO 3166-1 alpha-2 country code of the transaction
|
String |
getCurrencyCode()
Three-letter ISO currency code representing the currency for the amount
|
List<String> |
getHide()
Allows you to hide elements from the response, reducing the amount of data that needs to be returned to your client.
|
Boolean |
getIsRecurring()
This allows you to filter payment products based on their support for recurring payments.
|
String |
getLocale()
Deprecated: This field has no effect.
|
void |
setAmount(Long value)
Whole amount in cents (not containing any decimals)
|
void |
setCountryCode(String value)
ISO 3166-1 alpha-2 country code of the transaction
|
void |
setCurrencyCode(String value)
Three-letter ISO currency code representing the currency for the amount
|
void |
setHide(List<String> value)
Allows you to hide elements from the response, reducing the amount of data that needs to be returned to your client.
|
void |
setIsRecurring(Boolean value)
This allows you to filter payment products based on their support for recurring payments.
|
void |
setLocale(String value)
Deprecated: This field has no effect.
|
List<RequestParam> |
toRequestParameters() |
GetProductGroupsParams |
withAmount(Long value)
Whole amount in cents (not containing any decimals)
|
GetProductGroupsParams |
withCountryCode(String value)
ISO 3166-1 alpha-2 country code of the transaction
|
GetProductGroupsParams |
withCurrencyCode(String value)
Three-letter ISO currency code representing the currency for the amount
|
GetProductGroupsParams |
withIsRecurring(Boolean value)
This allows you to filter payment products based on their support for recurring payments.
|
GetProductGroupsParams |
withLocale(String value)
Deprecated: This field has no effect.
|
public String getCountryCode()
public void setCountryCode(String value)
public GetProductGroupsParams withCountryCode(String value)
public String getCurrencyCode()
public void setCurrencyCode(String value)
public GetProductGroupsParams withCurrencyCode(String value)
public String getLocale()
public void setLocale(String value)
public GetProductGroupsParams withLocale(String value)
public Long getAmount()
public void setAmount(Long value)
public GetProductGroupsParams withAmount(Long value)
public Boolean getIsRecurring()
public void setIsRecurring(Boolean value)
public GetProductGroupsParams withIsRecurring(Boolean value)
public List<String> getHide()
public void setHide(List<String> value)
public void addHide(String value)
public List<RequestParam> toRequestParameters()
toRequestParameters in interface ParamRequestCopyright © 2024 Worldline Online Payments Direct. All rights reserved.