Package com.stripe.param
Class PaymentIntentIncrementAuthorizationParams.PaymentDetails.Builder
java.lang.Object
com.stripe.param.PaymentIntentIncrementAuthorizationParams.PaymentDetails.Builder
- Enclosing class:
- PaymentIntentIncrementAuthorizationParams.PaymentDetails
-
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.setCustomerReference
(EmptyParam customerReference) Some customers might be required by their company or organization to provide this information.setCustomerReference
(String customerReference) Some customers might be required by their company or organization to provide this information.setOrderReference
(EmptyParam orderReference) setOrderReference
(String orderReference) A unique value assigned by the business to identify the transaction.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setCustomerReference
public PaymentIntentIncrementAuthorizationParams.PaymentDetails.Builder setCustomerReference(String customerReference) Some customers might be required by their company or organization to provide this information. If so, provide this value. Otherwise you can ignore this field. -
setCustomerReference
public PaymentIntentIncrementAuthorizationParams.PaymentDetails.Builder setCustomerReference(EmptyParam customerReference) Some customers might be required by their company or organization to provide this information. If so, provide this value. Otherwise you can ignore this field. -
putExtraParam
public PaymentIntentIncrementAuthorizationParams.PaymentDetails.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.PaymentDetails.extraParams
for the field documentation. -
putAllExtraParam
public PaymentIntentIncrementAuthorizationParams.PaymentDetails.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.PaymentDetails.extraParams
for the field documentation. -
setOrderReference
public PaymentIntentIncrementAuthorizationParams.PaymentDetails.Builder setOrderReference(String orderReference) A unique value assigned by the business to identify the transaction. -
setOrderReference
public PaymentIntentIncrementAuthorizationParams.PaymentDetails.Builder setOrderReference(EmptyParam orderReference)
-