| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static Invoice.PaymentStatusEnum |
Invoice.PaymentStatusEnum.fromValue(String value) |
Invoice.PaymentStatusEnum |
Invoice.getPaymentStatus()
入金ステータス (unsettled: 入金待ち, settled: 入金済み)
|
Invoice.PaymentStatusEnum |
Invoice.PaymentStatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Invoice.PaymentStatusEnum |
Invoice.PaymentStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Invoice.PaymentStatusEnum[] |
Invoice.PaymentStatusEnum.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.paymentStatus(Invoice.PaymentStatusEnum paymentStatus) |
void |
Invoice.setPaymentStatus(Invoice.PaymentStatusEnum paymentStatus) |
void |
Invoice.PaymentStatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Invoice.PaymentStatusEnum enumeration) |
Copyright © 2020. All rights reserved.