| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static PaymentRequestCreateParamsPaymentRequestLines.LineTypeEnum |
PaymentRequestCreateParamsPaymentRequestLines.LineTypeEnum.fromValue(String value) |
PaymentRequestCreateParamsPaymentRequestLines.LineTypeEnum |
PaymentRequestCreateParamsPaymentRequestLines.getLineType()
'行の種類 (deal_line: 支払依頼, withholding_tax: 源泉徴収税)'<br> 'デフォルトは deal_line: 支払依頼 です'
|
PaymentRequestCreateParamsPaymentRequestLines.LineTypeEnum |
PaymentRequestCreateParamsPaymentRequestLines.LineTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static PaymentRequestCreateParamsPaymentRequestLines.LineTypeEnum |
PaymentRequestCreateParamsPaymentRequestLines.LineTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentRequestCreateParamsPaymentRequestLines.LineTypeEnum[] |
PaymentRequestCreateParamsPaymentRequestLines.LineTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentRequestCreateParamsPaymentRequestLines |
PaymentRequestCreateParamsPaymentRequestLines.lineType(PaymentRequestCreateParamsPaymentRequestLines.LineTypeEnum lineType) |
void |
PaymentRequestCreateParamsPaymentRequestLines.setLineType(PaymentRequestCreateParamsPaymentRequestLines.LineTypeEnum lineType) |
void |
PaymentRequestCreateParamsPaymentRequestLines.LineTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PaymentRequestCreateParamsPaymentRequestLines.LineTypeEnum enumeration) |
Copyright © 2022. All rights reserved.