Package viam.app.v1

Enum Class Billing.PaymentMethodType

java.lang.Object
java.lang.Enum<Billing.PaymentMethodType>
viam.app.v1.Billing.PaymentMethodType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, Serializable, Comparable<Billing.PaymentMethodType>, Constable
Enclosing class:
Billing

public static enum Billing.PaymentMethodType extends Enum<Billing.PaymentMethodType> implements com.google.protobuf.Internal.EnumLite
Protobuf enum viam.app.v1.PaymentMethodType
  • Enum Constant Details

  • Field Details

    • PAYMENT_METHOD_TYPE_UNSPECIFIED_VALUE

      public static final int PAYMENT_METHOD_TYPE_UNSPECIFIED_VALUE
      PAYMENT_METHOD_TYPE_UNSPECIFIED = 0;
      See Also:
    • PAYMENT_METHOD_TYPE_CARD_VALUE

      public static final int PAYMENT_METHOD_TYPE_CARD_VALUE
      PAYMENT_METHOD_TYPE_CARD = 1;
      See Also:
  • Method Details

    • values

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

      public static Billing.PaymentMethodType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
    • valueOf

      @Deprecated public static Billing.PaymentMethodType valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static Billing.PaymentMethodType forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<Billing.PaymentMethodType> internalGetValueMap()
    • internalGetVerifier

      public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()