public static enum PaymentRequestUpdateParamsPaymentRequestLines.LineTypeEnum extends Enum<PaymentRequestUpdateParamsPaymentRequestLines.LineTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentRequestUpdateParamsPaymentRequestLines.LineTypeEnum.Adapter |
| Enum Constant and Description |
|---|
DEAL_LINE |
WITHHOLDING_TAX |
| Modifier and Type | Method and Description |
|---|---|
static PaymentRequestUpdateParamsPaymentRequestLines.LineTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static PaymentRequestUpdateParamsPaymentRequestLines.LineTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentRequestUpdateParamsPaymentRequestLines.LineTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentRequestUpdateParamsPaymentRequestLines.LineTypeEnum DEAL_LINE
public static final PaymentRequestUpdateParamsPaymentRequestLines.LineTypeEnum WITHHOLDING_TAX
public static PaymentRequestUpdateParamsPaymentRequestLines.LineTypeEnum[] values()
for (PaymentRequestUpdateParamsPaymentRequestLines.LineTypeEnum c : PaymentRequestUpdateParamsPaymentRequestLines.LineTypeEnum.values()) System.out.println(c);
public static PaymentRequestUpdateParamsPaymentRequestLines.LineTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<PaymentRequestUpdateParamsPaymentRequestLines.LineTypeEnum>public static PaymentRequestUpdateParamsPaymentRequestLines.LineTypeEnum fromValue(String value)
Copyright © 2022. All rights reserved.