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