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