| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static PaymentRequestResponsePaymentRequest.AccountTypeEnum |
PaymentRequestResponsePaymentRequest.AccountTypeEnum.fromValue(String value) |
PaymentRequestResponsePaymentRequest.AccountTypeEnum |
PaymentRequestResponsePaymentRequest.getAccountType()
口座種別(ordinary:普通、checking:当座、earmarked:納税準備預金、savings:貯蓄、other:その他)
|
PaymentRequestResponsePaymentRequest.AccountTypeEnum |
PaymentRequestResponsePaymentRequest.AccountTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static PaymentRequestResponsePaymentRequest.AccountTypeEnum |
PaymentRequestResponsePaymentRequest.AccountTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentRequestResponsePaymentRequest.AccountTypeEnum[] |
PaymentRequestResponsePaymentRequest.AccountTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentRequestResponsePaymentRequest |
PaymentRequestResponsePaymentRequest.accountType(PaymentRequestResponsePaymentRequest.AccountTypeEnum accountType) |
void |
PaymentRequestResponsePaymentRequest.setAccountType(PaymentRequestResponsePaymentRequest.AccountTypeEnum accountType) |
void |
PaymentRequestResponsePaymentRequest.AccountTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PaymentRequestResponsePaymentRequest.AccountTypeEnum enumeration) |
Copyright © 2022. All rights reserved.