Uses of Class
net.pricefx.common.apibuilder.rebateagreement.RATBuilder.RABuilder
Package
Description
RebateAgreementBuilder API allows to manipulate a rebate agreement object from a header logic.
-
Uses of RATBuilder.RABuilder in net.pricefx.common.apibuilder.rebateagreement
Modifier and TypeMethodDescriptionRATBuilder.RABuilder.addLineItemWithId
(String lineId, String rebateType) Adds a new line item to the Rebate Agreement, specified by the Rebate Type unique name.RATBuilder.RABuilder.addLineItemWithId
(String parentId, String lineId, String rebateType) Adds a new line item to the specified parent folder of the Rebate Agreement.
Example:RATBuilder.RABuilder.applyPlaceholder
(String placeholder, Object value) RATBuilder.fromExisting
(String RAuniqueName) RATBuilder.fromParams
(Map params) RATBuilder.RABuilder.submitAfterBuild()