| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static InvoiceIndexResponseInvoices.PaymentStatusEnum |
InvoiceIndexResponseInvoices.PaymentStatusEnum.fromValue(String value) |
InvoiceIndexResponseInvoices.PaymentStatusEnum |
InvoiceIndexResponseInvoices.getPaymentStatus()
入金ステータス (unsettled: 入金待ち, settled: 入金済み)
|
InvoiceIndexResponseInvoices.PaymentStatusEnum |
InvoiceIndexResponseInvoices.PaymentStatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static InvoiceIndexResponseInvoices.PaymentStatusEnum |
InvoiceIndexResponseInvoices.PaymentStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvoiceIndexResponseInvoices.PaymentStatusEnum[] |
InvoiceIndexResponseInvoices.PaymentStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InvoiceIndexResponseInvoices |
InvoiceIndexResponseInvoices.paymentStatus(InvoiceIndexResponseInvoices.PaymentStatusEnum paymentStatus) |
void |
InvoiceIndexResponseInvoices.setPaymentStatus(InvoiceIndexResponseInvoices.PaymentStatusEnum paymentStatus) |
void |
InvoiceIndexResponseInvoices.PaymentStatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
InvoiceIndexResponseInvoices.PaymentStatusEnum enumeration) |
Copyright © 2022. All rights reserved.