public enum PaymentProductType extends Enum<PaymentProductType>
| Enum Constant and Description |
|---|
CROSS_BORDER |
INSTANT_SEPA |
PAIN_001_CROSS_BORDER |
PAIN_001_INSTANT_SEPA |
PAIN_001_SEPA |
PAIN_001_TARGET_2_PAYMENTS |
SEPA |
TARGET_2_PAYMENTS |
| Modifier and Type | Method and Description |
|---|---|
String |
getType() |
boolean |
isRaw() |
static PaymentProductType |
resolve(String type) |
static PaymentProductType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentProductType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentProductType SEPA
public static final PaymentProductType INSTANT_SEPA
public static final PaymentProductType TARGET_2_PAYMENTS
public static final PaymentProductType CROSS_BORDER
public static final PaymentProductType PAIN_001_SEPA
public static final PaymentProductType PAIN_001_INSTANT_SEPA
public static final PaymentProductType PAIN_001_TARGET_2_PAYMENTS
public static final PaymentProductType PAIN_001_CROSS_BORDER
public static PaymentProductType[] values()
for (PaymentProductType c : PaymentProductType.values()) System.out.println(c);
public static PaymentProductType 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 getType()
public boolean isRaw()
public static PaymentProductType resolve(String type)
Copyright © 2019. All rights reserved.