Class ReadSetupIntentRequest

java.lang.Object
com.broadleafcommerce.vendor.stripe.service.setupintent.ReadSetupIntentRequest

public class ReadSetupIntentRequest extends Object
Author:
Dima Myroniuk (dmyroniuk)
  • Constructor Details

    • ReadSetupIntentRequest

      public ReadSetupIntentRequest()
  • Method Details

    • getSetupIntentId

      public String getSetupIntentId()
      The SetupIntent ID to read.
      Returns:
      the SetupIntent ID
    • getCustomerId

      public String getCustomerId()
      The Broadleaf customer id.
      Returns:
      the Broadleaf customer id
    • getTenantId

      public String getTenantId()
      The tenant id associated with the current request.
      Returns:
      the tenant id
    • getApplicationId

      public String getApplicationId()
      The application id associated with the current request.
      Returns:
      the application id
    • setSetupIntentId

      public void setSetupIntentId(String setupIntentId)
      The SetupIntent ID to read.
      Parameters:
      customerId - SetupIntent ID to read
    • setCustomerId

      public void setCustomerId(String customerId)
      The Broadleaf customer id.
      Parameters:
      customerId - the Broadleaf customer id
    • setTenantId

      public void setTenantId(String tenantId)
      The tenant id associated with the current request.
      Parameters:
      tenantId - the tenant id
    • setApplicationId

      public void setApplicationId(String applicationId)
      The application id associated with the current request.
      Parameters:
      applicationId - the application id