|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpaynet.utils.Currency
public class Currency
Currency
This class contains valid values for currency and methods to retrieve currency codes for different systems.
| Field Summary | |
|---|---|
static int |
CANADA
Canada |
static int |
ENGLISH_PLATFORM
English |
static int |
EUR
EUR |
static int |
US
US |
| Constructor Summary | |
|---|---|
Currency()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
currencyCode(int currency,
int platform)
Get the currency code for a given platform and currency. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ENGLISH_PLATFORM
public static final int US
public static final int CANADA
public static final int EUR
| Constructor Detail |
|---|
public Currency()
| Method Detail |
|---|
public static java.lang.String currencyCode(int currency,
int platform)
throws PaynetException
currency - platform -
PaynetException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||