| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static InvoiceCreateParams.UseVirtualTransferAccountEnum |
InvoiceCreateParams.UseVirtualTransferAccountEnum.fromValue(String value) |
InvoiceCreateParams.UseVirtualTransferAccountEnum |
InvoiceCreateParams.getUseVirtualTransferAccount()
振込専用口座の利用(利用しない: not_use(デフォルト), 利用する: use)
|
InvoiceCreateParams.UseVirtualTransferAccountEnum |
InvoiceCreateParams.UseVirtualTransferAccountEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static InvoiceCreateParams.UseVirtualTransferAccountEnum |
InvoiceCreateParams.UseVirtualTransferAccountEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvoiceCreateParams.UseVirtualTransferAccountEnum[] |
InvoiceCreateParams.UseVirtualTransferAccountEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvoiceCreateParams.setUseVirtualTransferAccount(InvoiceCreateParams.UseVirtualTransferAccountEnum useVirtualTransferAccount) |
InvoiceCreateParams |
InvoiceCreateParams.useVirtualTransferAccount(InvoiceCreateParams.UseVirtualTransferAccountEnum useVirtualTransferAccount) |
void |
InvoiceCreateParams.UseVirtualTransferAccountEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
InvoiceCreateParams.UseVirtualTransferAccountEnum enumeration) |
Copyright © 2022. All rights reserved.