Package com.stripe.param
Class PaymentIntentCreateParams.PaymentDetails.LodgingData
java.lang.Object
com.stripe.param.PaymentIntentCreateParams.PaymentDetails.LodgingData
- Enclosing class:
- PaymentIntentCreateParams.PaymentDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classAffiliate partner name.static classRequired. Guest's full name.static classstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanAccommodation details for the lodging.Affiliate details if applicable.Booking confirmation number for the lodging.Required. Check-in date.Required. Check-out date.Customer service phone number for the lodging company.Map of extra parameters for custom features not available in this client library.Whether the lodging is compliant with any hotel fire safety regulations.List of guests for the lodging.getHost()Host details for the lodging.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()Required. Total details for the lodging.inthashCode()
-
Method Details
-
builder
-
getAccommodation
Accommodation details for the lodging. -
getAffiliate
Affiliate details if applicable. -
getBookingNumber
Booking confirmation number for the lodging. -
getCheckinAt
Required. Check-in date. -
getCheckoutAt
Required. Check-out date. -
getCustomerServicePhoneNumber
Customer service phone number for the lodging company. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getFireSafetyActComplianceIndicator
Whether the lodging is compliant with any hotel fire safety regulations. -
getGuests
List of guests for the lodging. -
getHost
Host details for the lodging. -
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
Required. Total details for the lodging. -
equals
-
canEqual
-
hashCode
public int hashCode()
-