Package com.stripe.model
Class PaymentIntent.PaymentDetails.LodgingDatum
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentDetails.LodgingDatum
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.PaymentDetails
For more details about LodgingDatum, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Accommodation, please refer to the API Reference.static classFor more details about Affiliate, please refer to the API Reference.static classFor more details about Guest, please refer to the API Reference.static classFor more details about Host, please refer to the API Reference.static classFor more details about Insurance, please refer to the API Reference.static classFor more details about Total, 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 booleanbooleanBooking confirmation number for the lodging.Check-in date.Check-out date.Customer service phone number for the lodging company.Whether the lodging is compliant with any hotel fire safety regulations.List of guests for the lodging.getHost()List of insurances for the lodging.Whether the renter is a no-show.Renter ID number for the lodging.Renter name for the lodging.getTotal()inthashCode()voidvoidvoidsetBookingNumber(String bookingNumber) Booking confirmation number for the lodging.voidsetCheckinAt(Long checkinAt) Check-in date.voidsetCheckoutAt(Long checkoutAt) Check-out date.voidsetCustomerServicePhoneNumber(String customerServicePhoneNumber) Customer service phone number for the lodging company.voidsetFireSafetyActComplianceIndicator(Boolean fireSafetyActComplianceIndicator) Whether the lodging is compliant with any hotel fire safety regulations.voidList of guests for the lodging.voidvoidList of insurances for the lodging.voidsetNoShowIndicator(Boolean noShowIndicator) Whether the renter is a no-show.voidsetRenterIdNumber(String renterIdNumber) Renter ID number for the lodging.voidsetRenterName(String renterName) Renter name for the lodging.voidMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
LodgingDatum
public LodgingDatum()
-
-
Method Details
-
getAccommodation
-
getAffiliate
-
getBookingNumber
Booking confirmation number for the lodging. -
getCheckinAt
Check-in date. -
getCheckoutAt
Check-out date. -
getCustomerServicePhoneNumber
Customer service phone number for the lodging company. -
getFireSafetyActComplianceIndicator
Whether the lodging is compliant with any hotel fire safety regulations. -
getGuests
List of guests for the lodging. -
getHost
-
getInsurances
List of insurances for the lodging. -
getNoShowIndicator
Whether the renter is a no-show. -
getRenterIdNumber
Renter ID number for the lodging. -
getRenterName
Renter name for the lodging. -
getTotal
-
setAccommodation
-
setAffiliate
-
setBookingNumber
Booking confirmation number for the lodging. -
setCheckinAt
Check-in date. -
setCheckoutAt
Check-out date. -
setCustomerServicePhoneNumber
Customer service phone number for the lodging company. -
setFireSafetyActComplianceIndicator
Whether the lodging is compliant with any hotel fire safety regulations. -
setGuests
List of guests for the lodging. -
setHost
-
setInsurances
List of insurances for the lodging. -
setNoShowIndicator
Whether the renter is a no-show. -
setRenterIdNumber
Renter ID number for the lodging. -
setRenterName
Renter name for the lodging. -
setTotal
-
equals
-
canEqual
-
hashCode
public int hashCode()
-