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 Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier 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.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Lodging
public Lodging()
-
-
Method Details
-
getCheckInAt
The time of checking into the lodging. -
getNights
The number of nights stayed at the lodging. -
setCheckInAt
The time of checking into the lodging. -
setNights
The number of nights stayed at the lodging. -
equals
-
canEqual
-
hashCode
public int hashCode()
-