Package com.stripe.param
Class PaymentIntentConfirmParams.PaymentDetails.LodgingData.Accommodation
java.lang.Object
com.stripe.param.PaymentIntentConfirmParams.PaymentDetails.LodgingData.Accommodation
- Enclosing class:
- PaymentIntentConfirmParams.PaymentDetails.LodgingData
public static class PaymentIntentConfirmParams.PaymentDetails.LodgingData.Accommodation
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanType of accommodation.Bed type.Daily accommodation rate in cents.Map of extra parameters for custom features not available in this client library.Number of nights.Number of rooms, cabanas, apartments, and so on.Rate type.Whether smoking is allowed.inthashCode()
-
Method Details
-
builder
-
getAccommodationType
public PaymentIntentConfirmParams.PaymentDetails.LodgingData.Accommodation.AccommodationType getAccommodationType()Type of accommodation. -
getBedType
Bed type. -
getDailyRateAmount
Daily accommodation rate in cents. -
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. -
getNights
Number of nights. -
getNumberOfRooms
Number of rooms, cabanas, apartments, and so on. -
getRateType
Rate type. -
getSmokingIndicator
Whether smoking is allowed. -
equals
-
canEqual
-
hashCode
public int hashCode()
-