public final class ExchangeAmount extends Object
| Constructor and Description |
|---|
ExchangeAmount() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAmount() |
String |
getCurrency() |
ExchangeAmount |
setAmount(Double amount) |
ExchangeAmount |
setCurrency(String currency) |
public Double getAmount()
public ExchangeAmount setAmount(Double amount)
public String getCurrency()
public ExchangeAmount setCurrency(String currency)
Copyright © 2023. All rights reserved.