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