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