public enum PayInPaymentType extends java.lang.Enum<PayInPaymentType>
| Enum Constant and Description |
|---|
APPLEPAY
APPLEPAY payment type
|
AUTOMATIC_DEBIT
AUTOMATIC DEBIT payment type.
|
BANK_WIRE
BANK WIRE payment type.
|
BLIK
BLIK payment type
|
CARD
CARD payment type.
|
DIRECT_DEBIT
DIRECT DEBIT payment type.
|
GIROPAY
GIROPAY payment type
|
GOOGLE_PAY
GOOGLEPAY_V2 payment type
|
GOOGLEPAY
GOOGLEPAY payment type
|
IDEAL
IDEAL payment type
|
KLARNA
KLARNA payment type
|
MBWAY
MBWAY payment type
|
MULTIBANCO
MULTIBANCO payment type
|
NotSpecified
Not specified.
|
PAYCONIQ
PAYCONIQ payment type
|
PAYPAL
PAYPAL payment type.
|
PREAUTHORIZED
PREAUTHORIZED payment type.
|
SATISPAY
SATISPAY payment type
|
| Modifier and Type | Method and Description |
|---|---|
static PayInPaymentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PayInPaymentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PayInPaymentType NotSpecified
public static final PayInPaymentType CARD
public static final PayInPaymentType BANK_WIRE
public static final PayInPaymentType AUTOMATIC_DEBIT
public static final PayInPaymentType DIRECT_DEBIT
public static final PayInPaymentType PREAUTHORIZED
public static final PayInPaymentType PAYPAL
public static final PayInPaymentType APPLEPAY
public static final PayInPaymentType GOOGLEPAY
public static final PayInPaymentType GOOGLE_PAY
public static final PayInPaymentType PAYCONIQ
public static final PayInPaymentType MBWAY
public static final PayInPaymentType SATISPAY
public static final PayInPaymentType BLIK
public static final PayInPaymentType MULTIBANCO
public static final PayInPaymentType KLARNA
public static final PayInPaymentType IDEAL
public static final PayInPaymentType GIROPAY
public static PayInPaymentType[] values()
for (PayInPaymentType c : PayInPaymentType.values()) System.out.println(c);
public static PayInPaymentType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null