[This is preliminary documentation and is subject to change.]
            COnstructor for the paypal return information
            
    Namespace: 
   OfficeClip.BusinessLayer.AccountAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public PayPalReturnInfo( transactionInfo ti, int accountId, int numUsers, int numDays, int userId, DateTime reminderDate, ArrayList docStorageList, int selectedPackage )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ ti As transactionInfo, _ accountId As Integer, _ numUsers As Integer, _ numDays As Integer, _ userId As Integer, _ reminderDate As DateTime, _ docStorageList As ArrayList, _ selectedPackage As Integer _ )  | 
| Visual C++ | 
|---|
public: PayPalReturnInfo( transactionInfo^ ti, int accountId, int numUsers, int numDays, int userId, DateTime reminderDate, ArrayList^ docStorageList, int selectedPackage )  | 
Parameters
- ti
 - Type: OfficeClip.BusinessLayer.Account..::.transactionInfo
The intransaction information object 
- accountId
 - Type: System..::.Int32
The unique id of the account 
- numUsers
 - Type: System..::.Int32
The total number of users 
- numDays
 - Type: System..::.Int32
The number of days 
- userId
 - Type: System..::.Int32
The unique id of the user 
- reminderDate
 - Type: System..::.DateTime
The reminder date 
- docStorageList
 - Type: System.Collections..::.ArrayList
The document storage list 
- selectedPackage
 - Type: System..::.Int32
The list of selected package 
