public static enum PaymentRequestResponsePaymentRequestPaymentRequestLines.LineTypeEnum extends Enum<PaymentRequestResponsePaymentRequestPaymentRequestLines.LineTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentRequestResponsePaymentRequestPaymentRequestLines.LineTypeEnum.Adapter |
| Enum Constant and Description |
|---|
DEAL_LINE |
WITHHOLDING_TAX |
| Modifier and Type | Method and Description |
|---|---|
static PaymentRequestResponsePaymentRequestPaymentRequestLines.LineTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static PaymentRequestResponsePaymentRequestPaymentRequestLines.LineTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentRequestResponsePaymentRequestPaymentRequestLines.LineTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentRequestResponsePaymentRequestPaymentRequestLines.LineTypeEnum DEAL_LINE
public static final PaymentRequestResponsePaymentRequestPaymentRequestLines.LineTypeEnum WITHHOLDING_TAX
public static PaymentRequestResponsePaymentRequestPaymentRequestLines.LineTypeEnum[] values()
for (PaymentRequestResponsePaymentRequestPaymentRequestLines.LineTypeEnum c : PaymentRequestResponsePaymentRequestPaymentRequestLines.LineTypeEnum.values()) System.out.println(c);
public static PaymentRequestResponsePaymentRequestPaymentRequestLines.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<PaymentRequestResponsePaymentRequestPaymentRequestLines.LineTypeEnum>public static PaymentRequestResponsePaymentRequestPaymentRequestLines.LineTypeEnum fromValue(String value)
Copyright © 2022. All rights reserved.