| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static CompanyResponseCompany.InvoiceLayoutEnum |
CompanyResponseCompany.InvoiceLayoutEnum.fromValue(String value) |
CompanyResponseCompany.InvoiceLayoutEnum |
CompanyResponseCompany.getInvoiceLayout()
請求書レイアウト * `default_classic` - レイアウト1/クラシック (デフォルト) * `standard_classic` - レイアウト2/クラシック * `envelope_classic` - 封筒1/クラシック * `carried_forward_standard_classic` - レイアウト3(繰越金額欄あり)/クラシック * `carried_forward_envelope_classic` - 封筒2(繰越金額欄あり)/クラシック * `default_modern` - レイアウト1/モダン * `standard_modern` - レイアウト2/モダン * `envelope_modern` - 封筒/モダン
|
CompanyResponseCompany.InvoiceLayoutEnum |
CompanyResponseCompany.InvoiceLayoutEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static CompanyResponseCompany.InvoiceLayoutEnum |
CompanyResponseCompany.InvoiceLayoutEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompanyResponseCompany.InvoiceLayoutEnum[] |
CompanyResponseCompany.InvoiceLayoutEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CompanyResponseCompany |
CompanyResponseCompany.invoiceLayout(CompanyResponseCompany.InvoiceLayoutEnum invoiceLayout) |
void |
CompanyResponseCompany.setInvoiceLayout(CompanyResponseCompany.InvoiceLayoutEnum invoiceLayout) |
void |
CompanyResponseCompany.InvoiceLayoutEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CompanyResponseCompany.InvoiceLayoutEnum enumeration) |
Copyright © 2022. All rights reserved.