|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Currency | |
---|---|
com.hoiio.sdk.objects.account | |
com.hoiio.sdk.objects.enums | |
com.hoiio.sdk.objects.fax | |
com.hoiio.sdk.objects.number | |
com.hoiio.sdk.objects.sms | |
com.hoiio.sdk.objects.voice |
Uses of Currency in com.hoiio.sdk.objects.account |
---|
Methods in com.hoiio.sdk.objects.account that return Currency | |
---|---|
Currency |
Balance.getCurrency()
Gets the currency used for this account |
Currency |
Account.getCurrency()
Gets the currency of this account |
Uses of Currency in com.hoiio.sdk.objects.enums |
---|
Methods in com.hoiio.sdk.objects.enums that return Currency | |
---|---|
static Currency |
Currency.fromString(String currency)
Converts the string to Currency object |
static Currency |
Currency.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Currency[] |
Currency.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of Currency in com.hoiio.sdk.objects.fax |
---|
Methods in com.hoiio.sdk.objects.fax that return Currency | |
---|---|
Currency |
FaxRate.getCurrency()
Gets the currency used for the rate amount |
Currency |
Fax.getCurrency()
Gets the currency used for this transaction |
Uses of Currency in com.hoiio.sdk.objects.number |
---|
Methods in com.hoiio.sdk.objects.number that return Currency | |
---|---|
Currency |
Subscribe.getCurrency()
Gets the currency used for this transaction |
Currency |
NumberRate.getCurrency()
Gets the currency used in this response |
Uses of Currency in com.hoiio.sdk.objects.sms |
---|
Methods in com.hoiio.sdk.objects.sms that return Currency | |
---|---|
Currency |
SmsRate.getCurrency()
Gets the currency used for this rate amount |
Currency |
Sms.getCurrency()
Gets the currency used for this transaction |
Uses of Currency in com.hoiio.sdk.objects.voice |
---|
Methods in com.hoiio.sdk.objects.voice that return Currency | |
---|---|
Currency |
CallRate.getCurrency()
Gets the currency used for this rate amount |
Currency |
Call.getCurrency()
Gets the currency used for this transaction |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |