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