Package com.stripe.param
Class PaymentIntentCaptureParams.PaymentDetails.LodgingData.Total.Builder
java.lang.Object
com.stripe.param.PaymentIntentCaptureParams.PaymentDetails.LodgingData.Total.Builder
- Enclosing class:
- PaymentIntentCaptureParams.PaymentDetails.LodgingData.Total
public static class PaymentIntentCaptureParams.PaymentDetails.LodgingData.Total.Builder
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllExtraCharge(List<PaymentIntentCaptureParams.PaymentDetails.LodgingData.Total.ExtraCharge> elements) Add all elements to `extraCharges` list.Add an element to `extraCharges` list.build()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.Required. Total price of the lodging reservation in cents.setCashAdvances(Long cashAdvances) Cash advances in cents.setCurrency(String currency) Currency of the total amount.Discount details for the lodging.setPrepaidAmount(Long prepaidAmount) Prepaid amount in cents.Tax breakdown for the lodging reservation.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAmount
Required. Total price of the lodging reservation in cents. -
setCashAdvances
public PaymentIntentCaptureParams.PaymentDetails.LodgingData.Total.Builder setCashAdvances(Long cashAdvances) Cash advances in cents. -
setCurrency
public PaymentIntentCaptureParams.PaymentDetails.LodgingData.Total.Builder setCurrency(String currency) Currency of the total amount. -
setDiscounts
public PaymentIntentCaptureParams.PaymentDetails.LodgingData.Total.Builder setDiscounts(PaymentIntentCaptureParams.PaymentDetails.LodgingData.Total.Discounts discounts) Discount details for the lodging. -
addExtraCharge
public PaymentIntentCaptureParams.PaymentDetails.LodgingData.Total.Builder addExtraCharge(PaymentIntentCaptureParams.PaymentDetails.LodgingData.Total.ExtraCharge element) Add an element to `extraCharges` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeePaymentIntentCaptureParams.PaymentDetails.LodgingData.Total.extraChargesfor the field documentation. -
addAllExtraCharge
public PaymentIntentCaptureParams.PaymentDetails.LodgingData.Total.Builder addAllExtraCharge(List<PaymentIntentCaptureParams.PaymentDetails.LodgingData.Total.ExtraCharge> elements) Add all elements to `extraCharges` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeePaymentIntentCaptureParams.PaymentDetails.LodgingData.Total.extraChargesfor the field documentation. -
putExtraParam
public PaymentIntentCaptureParams.PaymentDetails.LodgingData.Total.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. SeePaymentIntentCaptureParams.PaymentDetails.LodgingData.Total.extraParamsfor the field documentation. -
putAllExtraParam
public PaymentIntentCaptureParams.PaymentDetails.LodgingData.Total.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. SeePaymentIntentCaptureParams.PaymentDetails.LodgingData.Total.extraParamsfor the field documentation. -
setPrepaidAmount
public PaymentIntentCaptureParams.PaymentDetails.LodgingData.Total.Builder setPrepaidAmount(Long prepaidAmount) Prepaid amount in cents. -
setTax
public PaymentIntentCaptureParams.PaymentDetails.LodgingData.Total.Builder setTax(PaymentIntentCaptureParams.PaymentDetails.LodgingData.Total.Tax tax) Tax breakdown for the lodging reservation.
-