Package com.stripe.param
Enum Class PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type
java.lang.Object
java.lang.Enum<PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type>
com.stripe.param.PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type
- All Implemented Interfaces:
ApiRequestParams.EnumParam,Serializable,Comparable<PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type>,Constable
- Enclosing class:
- PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle
public static enum PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type
extends Enum<PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type>
implements ApiRequestParams.EnumParam
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
CARGO_VAN
@SerializedName("cargo_van") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type CARGO_VAN -
COMPACT
@SerializedName("compact") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type COMPACT -
ECONOMY
@SerializedName("economy") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type ECONOMY -
EXOTIC
@SerializedName("exotic") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type EXOTIC -
EXOTIC_SUV
@SerializedName("exotic_suv") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type EXOTIC_SUV -
FIFTEEN_PASSENGER_VAN
@SerializedName("fifteen_passenger_van") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type FIFTEEN_PASSENGER_VAN -
FOUR_WHEEL_DRIVE
@SerializedName("four_wheel_drive") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type FOUR_WHEEL_DRIVE -
FULL_SIZE
@SerializedName("full_size") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type FULL_SIZE -
INTERMEDIATE
@SerializedName("intermediate") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type INTERMEDIATE -
LARGE_SUV
@SerializedName("large_suv") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type LARGE_SUV -
LARGE_TRUCK
@SerializedName("large_truck") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type LARGE_TRUCK -
LUXURY
@SerializedName("luxury") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type LUXURY -
MEDIUM_SUV
@SerializedName("medium_suv") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type MEDIUM_SUV -
MIDSIZE
@SerializedName("midsize") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type MIDSIZE -
MINI
@SerializedName("mini") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type MINI -
MINIVAN
@SerializedName("minivan") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type MINIVAN -
MISCELLANEOUS
@SerializedName("miscellaneous") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type MISCELLANEOUS -
MOPED
@SerializedName("moped") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type MOPED -
MOVING_VAN
@SerializedName("moving_van") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type MOVING_VAN -
PREMIUM
@SerializedName("premium") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type PREMIUM -
REGULAR
@SerializedName("regular") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type REGULAR -
SMALL_MEDIUM_TRUCK
@SerializedName("small_medium_truck") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type SMALL_MEDIUM_TRUCK -
SMALL_SUV
@SerializedName("small_suv") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type SMALL_SUV -
SPECIAL
@SerializedName("special") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type SPECIAL -
STANDARD
@SerializedName("standard") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type STANDARD -
STRETCH
@SerializedName("stretch") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type STRETCH -
SUBCOMPACT
@SerializedName("subcompact") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type SUBCOMPACT -
TAXI
@SerializedName("taxi") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type TAXI -
TWELVE_FOOT_TRUCK
@SerializedName("twelve_foot_truck") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type TWELVE_FOOT_TRUCK -
TWELVE_PASSENGER_VAN
@SerializedName("twelve_passenger_van") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type TWELVE_PASSENGER_VAN -
TWENTY_FOOT_TRUCK
@SerializedName("twenty_foot_truck") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type TWENTY_FOOT_TRUCK -
TWENTY_FOUR_FOOT_TRUCK
@SerializedName("twenty_four_foot_truck") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type TWENTY_FOUR_FOOT_TRUCK -
TWENTY_SIX_FOOT_TRUCK
@SerializedName("twenty_six_foot_truck") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type TWENTY_SIX_FOOT_TRUCK -
UNIQUE
@SerializedName("unique") public static final PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type UNIQUE
-
-
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 PaymentIntentConfirmParams.PaymentDetails.CarRentalData.Vehicle.Type 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:
getValuein interfaceApiRequestParams.EnumParam
-