These constants specify the multiplier in the multiplier field of the following extended data structures:
The multiplier is used to adjust the currency value decimal position. For example, to specify a charge of $17.76, the amount could be set to 1776, the currency ID to $, and the multiplier to AOC_SS_AOC_MULTIPLIER_HUNDREDTH.
|
Constant |
Description/Notes |
|---|---|
|
ACU_SS_AOC_MULTIPLIER_THOUSANDTH |
0.001 * amount. |
|
ACU_SS_AOC_MULTIPLIER_HUNDREDTH |
0.01 * amount. |
|
ACU_SS_AOC_MULTIPLIER_TENTH |
0.1 * amount. |
|
ACU_SS_AOC_MULTIPLIER_ONE |
1 * amount. |
|
ACU_SS_AOC_MULTIPLIER_TEN |
10 * amount. |
|
ACU_SS_AOC_MULTIPLIER_HUNDRED |
100 * amount. |
|
ACU_SS_AOC_MULTIPLIER_THOUSAND |
1000 * amount. |