Modifier and Type | Class and Description |
---|---|
static class |
Currency.AddScheduleRequest |
static class |
Currency.CreateRequest |
static class |
Currency.ForexType |
static class |
Currency.UpdateRequest |
Constructor and Description |
---|
Currency(org.json.JSONObject jsonObj) |
Currency(String jsonStr) |
Modifier and Type | Method and Description |
---|---|
static Currency.AddScheduleRequest |
addSchedule(String id) |
static Currency.CreateRequest |
create() |
String |
currencyCode() |
Boolean |
enabled() |
Currency.ForexType |
forexType() |
String |
id() |
Boolean |
isBaseCurrency() |
static Request |
list() |
String |
manualExchangeRate() |
static Request |
removeSchedule(String id) |
static Request |
retrieve(String id) |
static Currency.UpdateRequest |
update(String id) |
apiVersionCheck, nullCheck, nullCheckWithoutEncoding, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONArray, optJSONObject, optList, optLong, optMap, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONArray, reqJSONObject, reqList, reqLong, reqMap, reqString, reqSubResource, reqTimestamp, toJson, toString, uri
public Currency(String jsonStr)
public Currency(org.json.JSONObject jsonObj)
public String id()
public Boolean enabled()
public Currency.ForexType forexType()
public String currencyCode()
public Boolean isBaseCurrency()
public String manualExchangeRate()
public static Request list()
public static Currency.CreateRequest create()
public static Currency.UpdateRequest update(String id)
public static Currency.AddScheduleRequest addSchedule(String id)
Copyright © 2025 ChargeBee. All rights reserved.