public enum PaymentSourceType extends java.lang.Enum<PaymentSourceType>
| Enum Constant and Description |
|---|
AFTERPAY |
ALIPAY |
ALIPAY_CN |
ALIPAY_HK |
ALIPAY_PLUS |
ALMA |
BANCONTACT |
BANK_ACCOUNT |
BENEFIT |
BENEFITPAY |
BOLETO |
CARD |
CURRENCY_ACCOUNT |
CUSTOMER |
CV_CONNECT |
DANA |
DLOCAL |
EPS |
FAWRY |
GCASH |
GIROPAY |
ID |
IDEAL |
ILLICADO |
KAKAOPAY |
KLARNA |
KNET |
MBWAY |
MULTIBANCO |
NETWORK_TOKEN |
OXXO |
P24 |
PAGOFACIL |
PAYPAL |
POLI |
POSTFINANCE |
PROVIDER_TOKEN |
QPAY |
RAPIPAGO |
SEPA |
SEPAV4 |
SOFORT |
STCPAY |
TAMARA |
TNG |
TOKEN |
TRUEMONEY |
TRUSTLY |
WECHATPAY |
| Modifier and Type | Method and Description |
|---|---|
static PaymentSourceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaymentSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="card") public static final PaymentSourceType CARD
@SerializedName(value="id") public static final PaymentSourceType ID
@SerializedName(value="currency_account") public static final PaymentSourceType CURRENCY_ACCOUNT
@SerializedName(value="network_token") public static final PaymentSourceType NETWORK_TOKEN
@SerializedName(value="token") public static final PaymentSourceType TOKEN
@SerializedName(value="customer") public static final PaymentSourceType CUSTOMER
@SerializedName(value="dlocal") public static final PaymentSourceType DLOCAL
@SerializedName(value="boleto") public static final PaymentSourceType BOLETO
@SerializedName(value="fawry") public static final PaymentSourceType FAWRY
@SerializedName(value="giropay") public static final PaymentSourceType GIROPAY
@SerializedName(value="ideal") public static final PaymentSourceType IDEAL
@SerializedName(value="oxxo") public static final PaymentSourceType OXXO
@SerializedName(value="pagofacil") public static final PaymentSourceType PAGOFACIL
@SerializedName(value="rapipago") public static final PaymentSourceType RAPIPAGO
@SerializedName(value="klarna") public static final PaymentSourceType KLARNA
@SerializedName(value="id") public static final PaymentSourceType SEPA
@SerializedName(value="sepa") public static final PaymentSourceType SEPAV4
@SerializedName(value="sofort") public static final PaymentSourceType SOFORT
@SerializedName(value="qpay") public static final PaymentSourceType QPAY
@SerializedName(value="alipay") public static final PaymentSourceType ALIPAY
@SerializedName(value="paypal") public static final PaymentSourceType PAYPAL
@SerializedName(value="multibanco") public static final PaymentSourceType MULTIBANCO
@SerializedName(value="eps") public static final PaymentSourceType EPS
@SerializedName(value="illicado") public static final PaymentSourceType ILLICADO
@SerializedName(value="poli") public static final PaymentSourceType POLI
@SerializedName(value="p24") public static final PaymentSourceType P24
@SerializedName(value="benefitpay") public static final PaymentSourceType BENEFITPAY
@SerializedName(value="bancontact") public static final PaymentSourceType BANCONTACT
@SerializedName(value="tamara") public static final PaymentSourceType TAMARA
@SerializedName(value="provider_token") public static final PaymentSourceType PROVIDER_TOKEN
@SerializedName(value="knet") public static final PaymentSourceType KNET
@SerializedName(value="bank_account") public static final PaymentSourceType BANK_ACCOUNT
@SerializedName(value="alipay_hk") public static final PaymentSourceType ALIPAY_HK
@SerializedName(value="alipay_cn") public static final PaymentSourceType ALIPAY_CN
@SerializedName(value="alipay_plus") public static final PaymentSourceType ALIPAY_PLUS
@SerializedName(value="gcash") public static final PaymentSourceType GCASH
@SerializedName(value="wechatpay") public static final PaymentSourceType WECHATPAY
@SerializedName(value="dana") public static final PaymentSourceType DANA
@SerializedName(value="kakaopay") public static final PaymentSourceType KAKAOPAY
@SerializedName(value="truemoney") public static final PaymentSourceType TRUEMONEY
@SerializedName(value="tng") public static final PaymentSourceType TNG
@SerializedName(value="afterpay") public static final PaymentSourceType AFTERPAY
@SerializedName(value="benefit") public static final PaymentSourceType BENEFIT
@SerializedName(value="mbway") public static final PaymentSourceType MBWAY
@SerializedName(value="postfinance") public static final PaymentSourceType POSTFINANCE
@SerializedName(value="stcpay") public static final PaymentSourceType STCPAY
@SerializedName(value="alma") public static final PaymentSourceType ALMA
@SerializedName(value="trustly") public static final PaymentSourceType TRUSTLY
@SerializedName(value="cvconnect") public static final PaymentSourceType CV_CONNECT
public static PaymentSourceType[] values()
for (PaymentSourceType c : PaymentSourceType.values()) System.out.println(c);
public static PaymentSourceType 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