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