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