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