Interface Price Calculation in 27
- App
- Base Application
- Namespace
- Microsoft.Pricing.Calculation
Versions171819202122232425262728latest
Source29
Procedures, 13
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Init | (Interface Line With Price, Record Price Calculation Setup) | public | - | |
| GetLine | (var Variant) | public | - | |
| ApplyDiscount | () | public | - | |
| ApplyPrice | (Integer) | public | - | |
| CountDiscount | (Boolean) | Integer | public | - |
| CountPrice | (Boolean) | Integer | public | - |
| FindDiscount | (var Record Price List Line, Boolean) | Boolean | public | - |
| FindPrice | (var Record Price List Line, Boolean) | Boolean | public | - |
| IsDiscountExists | (Boolean) | Boolean | public | - |
| IsPriceExists | (Boolean) | Boolean | public | - |
| PickDiscount | () | public | - | |
| PickPrice | () | public | - | |
| ShowPrices | (var Record Price List Line) | public | - |