public enum PaymentMethod extends Enum<PaymentMethod>
| Enum Constant and Description |
|---|
APPLE_PAY |
BANCONTACT |
BANK_TRANSFER |
BELFIUS |
CREDIT_CARD |
DIRECT_DEBIT |
EPS |
GIFT_CARD |
GIRO_PAY |
IDEAL |
ING_HOME_PAY |
KARNASLICEIT |
KBC |
KLARNA_PAY_LAYER |
MY_BANK |
PAY_SAFE_CARD |
PAYPAL |
PRZELEWY24 |
SOFORT |
| Modifier and Type | Method and Description |
|---|---|
String |
getJsonValue() |
static PaymentMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentMethod APPLE_PAY
public static final PaymentMethod BANCONTACT
public static final PaymentMethod BANK_TRANSFER
public static final PaymentMethod BELFIUS
public static final PaymentMethod CREDIT_CARD
public static final PaymentMethod DIRECT_DEBIT
public static final PaymentMethod EPS
public static final PaymentMethod GIFT_CARD
public static final PaymentMethod GIRO_PAY
public static final PaymentMethod IDEAL
public static final PaymentMethod ING_HOME_PAY
public static final PaymentMethod KBC
public static final PaymentMethod KLARNA_PAY_LAYER
public static final PaymentMethod KARNASLICEIT
public static final PaymentMethod MY_BANK
public static final PaymentMethod PAYPAL
public static final PaymentMethod PAY_SAFE_CARD
public static final PaymentMethod PRZELEWY24
public static final PaymentMethod SOFORT
public static PaymentMethod[] values()
for (PaymentMethod c : PaymentMethod.values()) System.out.println(c);
public static PaymentMethod 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 getJsonValue()
Copyright © 2020. All rights reserved.