[This is preliminary documentation and is subject to change.]
The AccountingInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AccountingInfo | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetDiscountPercentage |
Gets the discount percentage for the user
|
![]() | GetHashCode | 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.) |
![]() | GetObjectData |
Gets the object data using the SerializationInfo and the
StreamingContext.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | AccountingCycleDuration |
Number of days in the accounting cycle.
|
![]() | AccountingKey |
The unique key used for account for security purposes.
|
![]() | AccountingPackages |
The list of available accounting packages
|
![]() | Coupons |
Valid Coupon list.
|
![]() | DiscountInfos |
The list of discount information
|
![]() | MaxAccountDocumentSpace |
The maximum document space that can be assigned to an account.
|
![]() | MaxDuration |
The maximum duration of the accounting usage.
|
![]() | MaxGroupDocumentSpace |
The maximum document space that can be assigned to a group.
|
![]() | MaxUserDocumentSpace |
The maximum document space that can be assigned to an user.
|
![]() | MaxUsersCount |
The count of the maximum number of users.
|
![]() | MinimumUsers |
Minimum number of users that are allowed
|
![]() | NumUsersIncrement |
Increments by which the users can be increased in the account.
|
![]() | PerUnitAccountDocSpaceRate |
The cost of the account document space for each unit.
|
![]() | PerUnitGroupDocSpaceRate |
The cost of the group document space for each unit.
|
![]() | PerUnitPrivateDocSpaceRate |
The cost of the private document space for each unit.
|
![]() | PerUserRatePerDuration |
Per user rate for each duration.
|
![]() | TrialPeriodUsersCount |
Number of usrs in the trial period.
|