Package com.stripe.model.issuing
Class Transaction.PurchaseDetails.Lodging
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Transaction.PurchaseDetails.Lodging
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Transaction.PurchaseDetails
For more details about Lodging, please refer to the API
 Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanThe time of checking into the lodging.The number of nights stayed at the lodging.inthashCode()voidsetCheckInAt(Long checkInAt) The time of checking into the lodging.voidThe number of nights stayed at the lodging.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Lodgingpublic Lodging()
 
- 
- 
Method Details- 
getCheckInAtThe time of checking into the lodging.
- 
getNightsThe number of nights stayed at the lodging.
- 
setCheckInAtThe time of checking into the lodging.
- 
setNightsThe number of nights stayed at the lodging.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-