Package com.stripe.param
Class PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.Builder
java.lang.Object
com.stripe.param.PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.Builder
- Enclosing class:
- PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions
public static class PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.Builder
extends Object
-
Constructor Summary
Constructors -
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.setCard(PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.Card card) This sub-hash contains line item details that are specific tocardpayment method.".setCardPresent(PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.CardPresent cardPresent) This sub-hash contains line item details that are specific tocard_presentpayment method.".setKlarna(PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.Klarna klarna) This sub-hash contains line item details that are specific toklarnapayment method.".setPaypal(PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.Paypal paypal) This sub-hash contains line item details that are specific topaypalpayment method.".
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
public PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions build()Finalize and obtain parameter instance from this builder. -
setCard
public PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.Builder setCard(PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.Card card) This sub-hash contains line item details that are specific tocardpayment method.". -
setCardPresent
public PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.Builder setCardPresent(PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.CardPresent cardPresent) This sub-hash contains line item details that are specific tocard_presentpayment method.". -
putExtraParam
public PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.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. SeePaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.extraParamsfor the field documentation. -
putAllExtraParam
public PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.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. SeePaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.extraParamsfor the field documentation. -
setKlarna
public PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.Builder setKlarna(PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.Klarna klarna) This sub-hash contains line item details that are specific toklarnapayment method.". -
setPaypal
public PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.Builder setPaypal(PaymentIntentIncrementAuthorizationParams.AmountDetails.LineItem.PaymentMethodOptions.Paypal paypal) This sub-hash contains line item details that are specific topaypalpayment method.".
-