public class RestCurrency extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
currencyCode |
protected Integer |
fractionDigits |
protected String |
name |
protected Integer |
numericCode |
| Constructor and Description |
|---|
RestCurrency() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCurrencyCode()
The currency's three-letter code (ISO 4217 format).
|
Integer |
getFractionDigits()
The currency's number of decimals.
|
String |
getName()
The name of the currency.
|
Integer |
getNumericCode()
The currency's three-digit code (ISO 4217 format).
|
int |
hashCode() |
String |
toString() |
protected String currencyCode
protected Integer fractionDigits
protected String name
protected Integer numericCode
public String getCurrencyCode()
public Integer getFractionDigits()
public String getName()
public Integer getNumericCode()
Copyright © 2024. All rights reserved.