| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static InvoiceUpdateParams.PaymentTypeEnum |
InvoiceUpdateParams.PaymentTypeEnum.fromValue(String value) |
InvoiceUpdateParams.PaymentTypeEnum |
InvoiceUpdateParams.getPaymentType()
支払方法 (振込: transfer, 引き落とし: direct_debit)
|
InvoiceUpdateParams.PaymentTypeEnum |
InvoiceUpdateParams.PaymentTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static InvoiceUpdateParams.PaymentTypeEnum |
InvoiceUpdateParams.PaymentTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvoiceUpdateParams.PaymentTypeEnum[] |
InvoiceUpdateParams.PaymentTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InvoiceUpdateParams |
InvoiceUpdateParams.paymentType(InvoiceUpdateParams.PaymentTypeEnum paymentType) |
void |
InvoiceUpdateParams.setPaymentType(InvoiceUpdateParams.PaymentTypeEnum paymentType) |
void |
InvoiceUpdateParams.PaymentTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
InvoiceUpdateParams.PaymentTypeEnum enumeration) |
Copyright © 2020. All rights reserved.