| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static InvoiceIndexResponseInvoices.PaymentTypeEnum |
InvoiceIndexResponseInvoices.PaymentTypeEnum.fromValue(String value) |
InvoiceIndexResponseInvoices.PaymentTypeEnum |
InvoiceIndexResponseInvoices.getPaymentType()
支払方法 (振込: transfer, 引き落とし: direct_debit)
|
InvoiceIndexResponseInvoices.PaymentTypeEnum |
InvoiceIndexResponseInvoices.PaymentTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static InvoiceIndexResponseInvoices.PaymentTypeEnum |
InvoiceIndexResponseInvoices.PaymentTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvoiceIndexResponseInvoices.PaymentTypeEnum[] |
InvoiceIndexResponseInvoices.PaymentTypeEnum.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.paymentType(InvoiceIndexResponseInvoices.PaymentTypeEnum paymentType) |
void |
InvoiceIndexResponseInvoices.setPaymentType(InvoiceIndexResponseInvoices.PaymentTypeEnum paymentType) |
void |
InvoiceIndexResponseInvoices.PaymentTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
InvoiceIndexResponseInvoices.PaymentTypeEnum enumeration) |
Copyright © 2022. All rights reserved.