Enum Type

java.lang.Object
java.lang.Enum<Type>
com.chargebee.models.enums.Type
All Implemented Interfaces:
Serializable, Comparable<Type>, java.lang.constant.Constable

public enum Type extends Enum<Type>
  • Enum Constant Details

    • CARD

      public static final Type CARD
    • PAYPAL_EXPRESS_CHECKOUT

      public static final Type PAYPAL_EXPRESS_CHECKOUT
    • AMAZON_PAYMENTS

      public static final Type AMAZON_PAYMENTS
    • DIRECT_DEBIT

      public static final Type DIRECT_DEBIT
    • GENERIC

      public static final Type GENERIC
    • ALIPAY

      public static final Type ALIPAY
    • UNIONPAY

      public static final Type UNIONPAY
    • APPLE_PAY

      public static final Type APPLE_PAY
    • WECHAT_PAY

      public static final Type WECHAT_PAY
    • IDEAL

      public static final Type IDEAL
    • GOOGLE_PAY

      public static final Type GOOGLE_PAY
    • SOFORT

      public static final Type SOFORT
    • BANCONTACT

      public static final Type BANCONTACT
    • GIROPAY

      public static final Type GIROPAY
    • DOTPAY

      public static final Type DOTPAY
    • UPI

      public static final Type UPI
    • NETBANKING_EMANDATES

      public static final Type NETBANKING_EMANDATES
    • VENMO

      public static final Type VENMO
    • PAY_TO

      public static final Type PAY_TO
    • FASTER_PAYMENTS

      public static final Type FASTER_PAYMENTS
    • SEPA_INSTANT_TRANSFER

      public static final Type SEPA_INSTANT_TRANSFER
    • AUTOMATED_BANK_TRANSFER

      public static final Type AUTOMATED_BANK_TRANSFER
    • KLARNA_PAY_NOW

      public static final Type KLARNA_PAY_NOW
    • ONLINE_BANKING_POLAND

      public static final Type ONLINE_BANKING_POLAND
    • PAYCONIQ_BY_BANCONTACT

      public static final Type PAYCONIQ_BY_BANCONTACT
    • FREE_TRIAL

      public static final Type FREE_TRIAL
    • PAY_UP_FRONT

      public static final Type PAY_UP_FRONT
    • PAY_AS_YOU_GO

      public static final Type PAY_AS_YOU_GO
    • _UNKNOWN

      public static final Type _UNKNOWN
  • Method Details

    • values

      public static Type[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Type valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null