Package com.stripe.param.issuing
Class AuthorizationCaptureParams.PurchaseDetails.Lodging.Builder
java.lang.Object
com.stripe.param.issuing.AuthorizationCaptureParams.PurchaseDetails.Lodging.Builder
- Enclosing class:
- AuthorizationCaptureParams.PurchaseDetails.Lodging
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.setCheckInAt
(Long checkInAt) The time of checking into the lodging.The number of nights stayed at the lodging.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setCheckInAt
The time of checking into the lodging. -
putExtraParam
public AuthorizationCaptureParams.PurchaseDetails.Lodging.Builder putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeAuthorizationCaptureParams.PurchaseDetails.Lodging.extraParams
for the field documentation. -
putAllExtraParam
public AuthorizationCaptureParams.PurchaseDetails.Lodging.Builder putAllExtraParam(Map<String, Object> map) Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeAuthorizationCaptureParams.PurchaseDetails.Lodging.extraParams
for the field documentation. -
setNights
The number of nights stayed at the lodging.
-