com.chargebee.models.enums.Gateway Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chargebee-java Show documentation
Show all versions of chargebee-java Show documentation
Java client library for ChargeBee API
package com.chargebee.models.enums;
public enum Gateway {
CHARGEBEE,
AUTHORIZE_NET,
BALANCED_PAYMENTS,
BEANSTREAM,
BRAINTREE,
ELAVON,
EWAY,
FIRST_DATA_GLOBAL,
HDFC,
MIGS,
NMI,
OGONE,
PAYMILL,
PAYPAL_PRO,
PAYPAL_PAYFLOW_PRO,
PIN,
SAGE_PAY,
STRIPE,
TCO,
WORLDPAY,
WIRECARD,
NOT_APPLICABLE,
_UNKNOWN; /*Indicates unexpected value for this enum. You can get this when there is a
java-client version incompatibility. We suggest you to upgrade to the latest version */
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy