Class InstallmentPlanRequest

java.lang.Object
com.broadleafcommerce.payment.service.installments.InstallmentPlanRequest

public class InstallmentPlanRequest extends Object
  • Constructor Details

    • InstallmentPlanRequest

      public InstallmentPlanRequest()
  • Method Details

    • setAmount

      public void setAmount(javax.money.MonetaryAmount amount)
    • setLanguage

      public void setLanguage(String language)
    • setTenantId

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

      public void setApplicationId(String applicationId)
      The application id associated with the current request.
    • getAmount

      public javax.money.MonetaryAmount getAmount()
    • getLanguage

      public String getLanguage()
    • getTenantId

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

      public String getApplicationId()
      The application id associated with the current request.