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