| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static InvoiceCreateParams.InvoiceLayoutEnum |
InvoiceCreateParams.InvoiceLayoutEnum.fromValue(String value) |
InvoiceCreateParams.InvoiceLayoutEnum |
InvoiceCreateParams.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` - 封筒/モダン
|
InvoiceCreateParams.InvoiceLayoutEnum |
InvoiceCreateParams.InvoiceLayoutEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static InvoiceCreateParams.InvoiceLayoutEnum |
InvoiceCreateParams.InvoiceLayoutEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvoiceCreateParams.InvoiceLayoutEnum[] |
InvoiceCreateParams.InvoiceLayoutEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InvoiceCreateParams |
InvoiceCreateParams.invoiceLayout(InvoiceCreateParams.InvoiceLayoutEnum invoiceLayout) |
void |
InvoiceCreateParams.setInvoiceLayout(InvoiceCreateParams.InvoiceLayoutEnum invoiceLayout) |
void |
InvoiceCreateParams.InvoiceLayoutEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
InvoiceCreateParams.InvoiceLayoutEnum enumeration) |
Copyright © 2022. All rights reserved.