public interface GetPriceLevelResult
| Modifier and Type | Interface and Description |
|---|---|
static class |
GetPriceLevelResult.Member
The structure's members
|
| Modifier and Type | Method and Description |
|---|---|
Account |
getCustomer()
Retrieves the value for the optional structure field
customer. |
BigDecimal |
getCustomerDiscount()
Retrieves the value for the optional structure field
customerDiscount. |
AbstractPriceLevel |
getPriceLevel()
Retrieves the value for the optional structure field
priceLevel. |
short |
getStatusCode()
Retrieves the value for the structure field
statusCode. |
String |
getStatusMessage()
Retrieves the value for the optional structure field
statusMessage. |
Boolean |
isCustomerDiscountIsPercentage()
Retrieves the value for the optional structure field
customerDiscountIsPercentage. |
Account getCustomer()
customer.customer.BigDecimal getCustomerDiscount()
customerDiscount.customerDiscount.Boolean isCustomerDiscountIsPercentage()
customerDiscountIsPercentage.customerDiscountIsPercentage.AbstractPriceLevel getPriceLevel()
priceLevel.priceLevel.short getStatusCode()
statusCode.statusCode.String getStatusMessage()
statusMessage.statusMessage.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.