public class GetPrivacyPolicyParams extends Object implements ParamRequest
| Constructor and Description |
|---|
GetPrivacyPolicyParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocale()
Locale in which the privacy policy will be returned.
|
Integer |
getPaymentProductId()
ID of the specific payment product for which you wish to retrieve the privacy policy.
|
void |
setLocale(String value)
Locale in which the privacy policy will be returned.
|
void |
setPaymentProductId(Integer value)
ID of the specific payment product for which you wish to retrieve the privacy policy.
|
List<RequestParam> |
toRequestParameters() |
GetPrivacyPolicyParams |
withLocale(String value)
Locale in which the privacy policy will be returned.
|
GetPrivacyPolicyParams |
withPaymentProductId(Integer value)
ID of the specific payment product for which you wish to retrieve the privacy policy.
|
public String getLocale()
public void setLocale(String value)
public GetPrivacyPolicyParams withLocale(String value)
public Integer getPaymentProductId()
public void setPaymentProductId(Integer value)
public GetPrivacyPolicyParams withPaymentProductId(Integer value)
public List<RequestParam> toRequestParameters()
toRequestParameters in interface ParamRequestCopyright © 2023 Worldline Online Payments Direct. All rights reserved.