Package com.stripe.param.issuing
Class TransactionCreateUnlinkedRefundParams.PurchaseDetails.Lodging.Builder
java.lang.Object
com.stripe.param.issuing.TransactionCreateUnlinkedRefundParams.PurchaseDetails.Lodging.Builder
- Enclosing class:
- TransactionCreateUnlinkedRefundParams.PurchaseDetails.Lodging
public static class TransactionCreateUnlinkedRefundParams.PurchaseDetails.Lodging.Builder
extends Object
-
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
public TransactionCreateUnlinkedRefundParams.PurchaseDetails.Lodging.Builder setCheckInAt(Long checkInAt) The time of checking into the lodging. -
putExtraParam
public TransactionCreateUnlinkedRefundParams.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. SeeTransactionCreateUnlinkedRefundParams.PurchaseDetails.Lodging.extraParams
for the field documentation. -
putAllExtraParam
public TransactionCreateUnlinkedRefundParams.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. SeeTransactionCreateUnlinkedRefundParams.PurchaseDetails.Lodging.extraParams
for the field documentation. -
setNights
The number of nights stayed at the lodging.
-