[This is preliminary documentation and is subject to change.]

The AccountingInfo type exposes the following members.

Constructors

  NameDescription
Public methodAccountingInfoOverloaded.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDiscountPercentage
Gets the discount percentage for the user
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetObjectData
Gets the object data using the SerializationInfo and the StreamingContext.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAccountingCycleDuration
Number of days in the accounting cycle.
Public propertyAccountingKey
The unique key used for account for security purposes.
Public propertyAccountingPackages
The list of available accounting packages
Public propertyCoupons
Valid Coupon list.
Public propertyDiscountInfos
The list of discount information
Public propertyMaxAccountDocumentSpace
The maximum document space that can be assigned to an account.
Public propertyMaxDuration
The maximum duration of the accounting usage.
Public propertyMaxGroupDocumentSpace
The maximum document space that can be assigned to a group.
Public propertyMaxUserDocumentSpace
The maximum document space that can be assigned to an user.
Public propertyMaxUsersCount
The count of the maximum number of users.
Public propertyMinimumUsers
Minimum number of users that are allowed
Public propertyNumUsersIncrement
Increments by which the users can be increased in the account.
Public propertyPerUnitAccountDocSpaceRate
The cost of the account document space for each unit.
Public propertyPerUnitGroupDocSpaceRate
The cost of the group document space for each unit.
Public propertyPerUnitPrivateDocSpaceRate
The cost of the private document space for each unit.
Public propertyPerUserRatePerDuration
Per user rate for each duration.
Public propertyTrialPeriodUsersCount
Number of usrs in the trial period.

See Also