Package com.stripe.model.issuing
Class Transaction.PurchaseDetails.Fleet.CardholderPromptData
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Transaction.PurchaseDetails.Fleet.CardholderPromptData
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Transaction.PurchaseDetails.Fleet
For more details about CardholderPromptData, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanDriver ID.Odometer reading.An alphanumeric ID.User ID.Vehicle number.inthashCode()voidsetDriverId(String driverId) Driver ID.voidsetOdometer(Long odometer) Odometer reading.voidsetUnspecifiedId(String unspecifiedId) An alphanumeric ID.voidUser ID.voidsetVehicleNumber(String vehicleNumber) Vehicle number.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
CardholderPromptDatapublic CardholderPromptData()
 
- 
- 
Method Details- 
getDriverIdDriver ID.
- 
getOdometerOdometer reading.
- 
getUnspecifiedIdAn alphanumeric ID. This field is used when a vehicle ID, driver ID, or generic ID is entered by the cardholder, but the merchant or card network did not specify the prompt type.
- 
getUserIdUser ID.
- 
getVehicleNumberVehicle number.
- 
setDriverIdDriver ID.
- 
setOdometerOdometer reading.
- 
setUnspecifiedIdAn alphanumeric ID. This field is used when a vehicle ID, driver ID, or generic ID is entered by the cardholder, but the merchant or card network did not specify the prompt type.
- 
setUserIdUser ID.
- 
setVehicleNumberVehicle number.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-