public class ConvertAmountParams extends Object implements ParamRequest
Constructor and Description |
---|
ConvertAmountParams() |
Modifier and Type | Method and Description |
---|---|
Long |
getAmount()
Amount to be converted in cents and always having 2 decimals
|
String |
getSource()
Three-letter ISO currency code representing the source currency
|
String |
getTarget()
Three-letter ISO currency code representing the target currency
|
void |
setAmount(Long value)
Amount to be converted in cents and always having 2 decimals
|
void |
setSource(String value)
Three-letter ISO currency code representing the source currency
|
void |
setTarget(String value)
Three-letter ISO currency code representing the target currency
|
List<RequestParam> |
toRequestParameters() |
public String getSource()
public void setSource(String value)
public String getTarget()
public void setTarget(String value)
public Long getAmount()
public void setAmount(Long value)
public List<RequestParam> toRequestParameters()
toRequestParameters
in interface ParamRequest
Copyright © 2024 Worldline Global Collect. All rights reserved.