Package com.stripe.param.tax
Enum Class RegistrationCreateParams.CountryOptions.Mt.Standard.PlaceOfSupplyScheme
java.lang.Object
java.lang.Enum<RegistrationCreateParams.CountryOptions.Mt.Standard.PlaceOfSupplyScheme>
com.stripe.param.tax.RegistrationCreateParams.CountryOptions.Mt.Standard.PlaceOfSupplyScheme
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<RegistrationCreateParams.CountryOptions.Mt.Standard.PlaceOfSupplyScheme>
,Constable
- Enclosing class:
- RegistrationCreateParams.CountryOptions.Mt.Standard
public static enum RegistrationCreateParams.CountryOptions.Mt.Standard.PlaceOfSupplyScheme
extends Enum<RegistrationCreateParams.CountryOptions.Mt.Standard.PlaceOfSupplyScheme>
implements ApiRequestParams.EnumParam
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
-
Enum Constant Details
-
SMALL_SELLER
@SerializedName("small_seller") public static final RegistrationCreateParams.CountryOptions.Mt.Standard.PlaceOfSupplyScheme SMALL_SELLER -
STANDARD
@SerializedName("standard") public static final RegistrationCreateParams.CountryOptions.Mt.Standard.PlaceOfSupplyScheme STANDARD
-
-
Method Details
-
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 RegistrationCreateParams.CountryOptions.Mt.Standard.PlaceOfSupplyScheme 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 nameNullPointerException
- if the argument is null
-
getValue
- Specified by:
getValue
in interfaceApiRequestParams.EnumParam
-