Class InstallmentPlanRequest
java.lang.Object
com.broadleafcommerce.payment.service.installments.InstallmentPlanRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.money.MonetaryAmount
The application id associated with the current request.The tenant id associated with the current request.void
setAmount
(javax.money.MonetaryAmount amount) void
setApplicationId
(String applicationId) The application id associated with the current request.void
setLanguage
(String language) void
setTenantId
(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.
-