Package com.stripe.param
Class SetupIntentUpdateParams.PaymentMethodOptions.Paypal.Builder
java.lang.Object
com.stripe.param.SetupIntentUpdateParams.PaymentMethodOptions.Paypal.Builder
- Enclosing class:
- SetupIntentUpdateParams.PaymentMethodOptions.Paypal
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.setBillingAgreementId
(EmptyParam billingAgreementId) The PayPal Billing Agreement ID (BAID).setBillingAgreementId
(String billingAgreementId) The PayPal Billing Agreement ID (BAID).
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setBillingAgreementId
public SetupIntentUpdateParams.PaymentMethodOptions.Paypal.Builder setBillingAgreementId(String billingAgreementId) The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer. -
setBillingAgreementId
public SetupIntentUpdateParams.PaymentMethodOptions.Paypal.Builder setBillingAgreementId(EmptyParam billingAgreementId) The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer. -
putExtraParam
public SetupIntentUpdateParams.PaymentMethodOptions.Paypal.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. SeeSetupIntentUpdateParams.PaymentMethodOptions.Paypal.extraParams
for the field documentation. -
putAllExtraParam
public SetupIntentUpdateParams.PaymentMethodOptions.Paypal.Builder putAllExtraParam(Map<String, Object> map)
-