(Page 60 of 66 in this chapter) Version
tAcuSSAocDInform
Description
- This structure returns Advice of Charge - During Call (AOC-D) information to a served user. It is referenced in the AcuSSAocInformInvoke structure returned in an AOC_INFORM operation.
Structure
typedef struct tAcuSSAocDInform
{
struct op_byte_field currency_id_size; /* Used only if type_of_charging */
/* is CURRENCY_UNITS */
struct op_long_field currency_amount; /* Used only if type_of_charging */
/* is CURRENCY_UNITS */
struct op_byte_field multiplier; /* Used only if type_of_charging */
/* is CURRENCY_UNITS */
struct op_byte_field billing_id; /* From ACU_SS_AOC_BILLING_ID */
/* constants */
struct acu_ss_association charge_association; /* Returns ID of charge */
/* for AOC-E after call clearing */
tRecordedUnits recorded_units; /* Used only if type_of_charging */
/* is CHARGING_UNITS */
uchar currency_id[MAX_CURRENCY_SIZE]; /* Used only if type_of_charging */
/* is CURRENCY_UNITS */
uchar type_of_charging; /* From SS_AOC_TYPE_OF_CHARGE... */
/* constants */
uchar recorded_charges; /* From SS_AOC_RECORDED_CHARGES */
/* constants */
uchar completed; /* Set to OFF if additional */
/* recorded units are queued */
pad1 /* in a subsequent message */
};
Fields
(Page 60 of 66 in this chapter) Version
Want to send us feedback on our documentation? Email: Tech_Pubs@nmss.com
Copyright © 2001, Natural MicroSystems, Inc. All rights
reserved.