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