public interface GetContractAmountsParams
| Modifier and Type | Interface and Description |
|---|---|
static class |
GetContractAmountsParams.Member
The structure's members
|
| Modifier and Type | Method and Description |
|---|---|
SalesContract |
getContract()
Retrieves the value for the structure field
contract. |
List<Integer> |
getLineItemNumber()
Retrieves a list containing all the elements for the structure field
lineItemNumber. |
List<BigDecimal> |
getPositionAmount()
Retrieves a list containing all the elements for the structure field
positionAmount. |
List<BigDecimal> |
getPositionBaseAmount()
Retrieves a list containing all the elements for the structure field
positionBaseAmount. |
List<BigDecimal> |
getPositionDiscountAmount()
Retrieves a list containing all the elements for the structure field
positionDiscountAmount. |
List<BigDecimal> |
getPositionTaxAmount()
Retrieves a list containing all the elements for the structure field
positionTaxAmount. |
List<BigDecimal> |
getSalesCommission()
Retrieves a list containing all the elements for the structure field
salesCommission. |
List<Boolean> |
getSalesCommissionIsPercentage()
Retrieves a list containing all the elements for the structure field
salesCommissionIsPercentage. |
SalesContract getContract()
contract.contract.List<Integer> getLineItemNumber()
lineItemNumber.List<BigDecimal> getPositionAmount()
positionAmount.List<BigDecimal> getPositionBaseAmount()
positionBaseAmount.List<BigDecimal> getPositionDiscountAmount()
positionDiscountAmount.List<BigDecimal> getPositionTaxAmount()
positionTaxAmount.List<BigDecimal> getSalesCommission()
salesCommission.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.