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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The time of checking into the lodging.The number of nights stayed at the lodging.int
hashCode()
void
setCheckInAt
(Long checkInAt) The time of checking into the lodging.void
The number of nights stayed at the lodging.Methods inherited from class com.stripe.model.StripeObject
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()
-