com.chargebee.models.enums.OfflinePaymentMethod 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 OfflinePaymentMethod {
NO_PREFERENCE,
CASH,
CHECK,
BANK_TRANSFER,
ACH_CREDIT,
SEPA_CREDIT,
BOLETO,
US_AUTOMATED_BANK_TRANSFER,
EU_AUTOMATED_BANK_TRANSFER,
UK_AUTOMATED_BANK_TRANSFER,
JP_AUTOMATED_BANK_TRANSFER,
MX_AUTOMATED_BANK_TRANSFER,
CUSTOM,
_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 */
}