public interface GetContractAmountsResult
| Modifier and Type | Interface and Description |
|---|---|
static class |
GetContractAmountsResult.Member
The structure's members
|
| Modifier and Type | Method and Description |
|---|---|
short |
getStatusCode()
Retrieves the value for the structure field
statusCode. |
String |
getStatusMessage()
Retrieves the value for the optional structure field
statusMessage. |
BigDecimal |
getTotalAmount()
Retrieves the value for the optional structure field
totalAmount. |
BigDecimal |
getTotalAmountIncludingTax()
Retrieves the value for the optional structure field
totalAmountIncludingTax. |
BigDecimal |
getTotalBaseAmount()
Retrieves the value for the optional structure field
totalBaseAmount. |
BigDecimal |
getTotalDiscountAmount()
Retrieves the value for the optional structure field
totalDiscountAmount. |
BigDecimal |
getTotalSalesCommission()
Retrieves the value for the optional structure field
totalSalesCommission. |
BigDecimal |
getTotalTaxAmount()
Retrieves the value for the optional structure field
totalTaxAmount. |
short getStatusCode()
statusCode.statusCode.String getStatusMessage()
statusMessage.statusMessage.BigDecimal getTotalAmount()
totalAmount.totalAmount.BigDecimal getTotalAmountIncludingTax()
totalAmountIncludingTax.totalAmountIncludingTax.BigDecimal getTotalBaseAmount()
totalBaseAmount.totalBaseAmount.BigDecimal getTotalDiscountAmount()
totalDiscountAmount.totalDiscountAmount.BigDecimal getTotalSalesCommission()
totalSalesCommission.totalSalesCommission.BigDecimal getTotalTaxAmount()
totalTaxAmount.totalTaxAmount.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.