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