EasyManuals Logo

HP MSM7XX User Manual

HP MSM7XX
658 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #552 background imageLoading...
Page #552 background image
Working with RADIUS attributes
Public access interface ASP functions and variables
15-90
client_account_status_remaining_output_octets: Amount of traffic the user can still
upload.
client_account_status_remaining_total_octets: Total amount of traffic the user can
still upload or download.
client_account_status_active_sessions: Number of sessions active on this account.
Subscription plan information
LoadSubscriptionPlanInformation(subscription_plan)
This function initializes a set of variables that provide information on the specified
subscription plan.
ASP variables
subscription_plan_name: Name of the plan.
subscription_plan_id: ID which uniquely identifies each subscription plan.
subscription_plan_fee: Subscription plan cost.
subscription_plan_tax: Subscription plan tax. Calculated based on the subscription
plan cost and the configured tax rate.
subscription_plan_total: Total subscription plan charge.
subscription_plan_description: Description of the plan.
GetFirstSubscriptionPlan()
The function returns the first subscription plan name (as a string) configured on the
controller for which billing is enabled.
Example
var plan;
for (plan = GetFirstSubscriptionPlan(); plan != ""; plan = GetNextSubscriptionPlan(plan)) {
LoadSubscriptionPlanInformation(plan);
}
GetNextSubscriptionPlan(plan_name)
Returns the next subscription plan name that follows the specified plan_name. If
plan_name is the last plan, an empty string is returned.
Example
var plan;
for (plan = GetFirstSubscriptionPlan(); plan != ""; plan = GetNextSubscriptionPlan(plan)) {
LoadSubscriptionPlanInformation(plan);
}

Table of Contents

Other manuals for HP MSM7XX

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the HP MSM7XX and is the answer not in the manual?

HP MSM7XX Specifications

General IconGeneral
BrandHP
ModelMSM7XX
CategoryController
LanguageEnglish

Related product manuals