Package com.stripe.model
Class PaymentIntent.PaymentDetails.CarRentalDatum.Vehicle
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentDetails.CarRentalDatum.Vehicle
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.PaymentDetails.CarRentalDatum
For more details about Vehicle, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetMake()getModel()getType()inthashCode()voidvoidvoidsetOdometer(Long odometer) voidvoidsetVehicleClass(String vehicleClass) voidsetVehicleIdentificationNumber(String vehicleIdentificationNumber) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Vehicle
public Vehicle()
-
-
Method Details