Class ReadSetupIntentRequest
java.lang.Object
com.broadleafcommerce.vendor.stripe.service.setupintent.ReadSetupIntentRequest
- Author:
- Dima Myroniuk (dmyroniuk)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe application id associated with the current request.The Broadleaf customer id.TheSetupIntent
ID to read.The tenant id associated with the current request.void
setApplicationId
(String applicationId) The application id associated with the current request.void
setCustomerId
(String customerId) The Broadleaf customer id.void
setSetupIntentId
(String setupIntentId) TheSetupIntent
ID to read.void
setTenantId
(String tenantId) The tenant id associated with the current request.
-
Constructor Details
-
ReadSetupIntentRequest
public ReadSetupIntentRequest()
-
-
Method Details
-
getSetupIntentId
TheSetupIntent
ID to read.- Returns:
- the
SetupIntent
ID
-
getCustomerId
The Broadleaf customer id.- Returns:
- the Broadleaf customer id
-
getTenantId
The tenant id associated with the current request.- Returns:
- the tenant id
-
getApplicationId
The application id associated with the current request.- Returns:
- the application id
-
setSetupIntentId
TheSetupIntent
ID to read.- Parameters:
customerId
-SetupIntent
ID to read
-
setCustomerId
The Broadleaf customer id.- Parameters:
customerId
- the Broadleaf customer id
-
setTenantId
The tenant id associated with the current request.- Parameters:
tenantId
- the tenant id
-
setApplicationId
The application id associated with the current request.- Parameters:
applicationId
- the application id
-