| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static CompaniesPlanResponse.PlanEnum |
CompaniesPlanResponse.PlanEnum.fromValue(String value) |
CompaniesPlanResponse.PlanEnum |
CompaniesPlanResponse.getPlan()
会計プラン 個人用(non_charged: 無料プラン、starter: スターター、standard: スタンダード、premium: プレミアム) 法人用(non_charged: 無料プラン、minimum: ミニマム、basic: ベーシック、professional: プロフェッショナル、enterprise: エンタープライズ)
|
CompaniesPlanResponse.PlanEnum |
CompaniesPlanResponse.PlanEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static CompaniesPlanResponse.PlanEnum |
CompaniesPlanResponse.PlanEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompaniesPlanResponse.PlanEnum[] |
CompaniesPlanResponse.PlanEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CompaniesPlanResponse |
CompaniesPlanResponse.plan(CompaniesPlanResponse.PlanEnum plan) |
void |
CompaniesPlanResponse.setPlan(CompaniesPlanResponse.PlanEnum plan) |
void |
CompaniesPlanResponse.PlanEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CompaniesPlanResponse.PlanEnum enumeration) |
Copyright © 2020. All rights reserved.