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