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.TheSetupIntentID to read.The tenant id associated with the current request.voidsetApplicationId(String applicationId) The application id associated with the current request.voidsetCustomerId(String customerId) The Broadleaf customer id.voidsetSetupIntentId(String setupIntentId) TheSetupIntentID to read.voidsetTenantId(String tenantId) The tenant id associated with the current request.
-
Constructor Details
-
ReadSetupIntentRequest
public ReadSetupIntentRequest()
-
-
Method Details
-
getSetupIntentId
TheSetupIntentID to read.- Returns:
- the
SetupIntentID
-
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
TheSetupIntentID to read.- Parameters:
customerId-SetupIntentID 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
-