public class RestCurrency extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
currencyCode |
protected Integer |
fractionDigits |
protected Integer |
numericCode |
| Constructor and Description |
|---|
RestCurrency() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCurrencyCode()
The currency code identifies the currency with the three char long ISO 4217 code (e.g.
|
Integer |
getFractionDigits()
The fraction digits indicates how many places the currency has.
|
Integer |
getNumericCode()
The numeric code identifies the currency with the three digit long ISO 4217 code (e.g.
|
int |
hashCode() |
String |
toString() |
protected String currencyCode
protected Integer fractionDigits
protected Integer numericCode
public String getCurrencyCode()
public Integer getFractionDigits()
public Integer getNumericCode()
Copyright © 2023. All rights reserved.