Class InstallmentPlanRequest
java.lang.Object
com.broadleafcommerce.payment.service.installments.InstallmentPlanRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.money.MonetaryAmountThe application id associated with the current request.The tenant id associated with the current request.voidsetAmount(javax.money.MonetaryAmount amount) voidsetApplicationId(String applicationId) The application id associated with the current request.voidsetLanguage(String language) voidsetTenantId(String tenantId) The tenant id associated with the current request.
-
Constructor Details
-
InstallmentPlanRequest
public InstallmentPlanRequest()
-
-
Method Details
-
setAmount
public void setAmount(javax.money.MonetaryAmount amount) -
setLanguage
-
setTenantId
The tenant id associated with the current request. -
setApplicationId
The application id associated with the current request. -
getAmount
public javax.money.MonetaryAmount getAmount() -
getLanguage
-
getTenantId
The tenant id associated with the current request. -
getApplicationId
The application id associated with the current request.
-