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