| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static InvoiceResponseInvoice.PostingStatusEnum |
InvoiceResponseInvoice.PostingStatusEnum.fromValue(String value) |
InvoiceResponseInvoice.PostingStatusEnum |
InvoiceResponseInvoice.getPostingStatus()
郵送ステータス(unrequested: リクエスト前, preview_registered: プレビュー登録, preview_failed: プレビュー登録失敗, ordered: 注文中, order_failed: 注文失敗, printing: 印刷中, canceled: キャンセル, posted: 投函済み)
|
InvoiceResponseInvoice.PostingStatusEnum |
InvoiceResponseInvoice.PostingStatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static InvoiceResponseInvoice.PostingStatusEnum |
InvoiceResponseInvoice.PostingStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvoiceResponseInvoice.PostingStatusEnum[] |
InvoiceResponseInvoice.PostingStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InvoiceResponseInvoice |
InvoiceResponseInvoice.postingStatus(InvoiceResponseInvoice.PostingStatusEnum postingStatus) |
void |
InvoiceResponseInvoice.setPostingStatus(InvoiceResponseInvoice.PostingStatusEnum postingStatus) |
void |
InvoiceResponseInvoice.PostingStatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
InvoiceResponseInvoice.PostingStatusEnum enumeration) |
Copyright © 2022. All rights reserved.