Netsutie PHP Toolkit
GetPostingTransactionSummaryResult.php
Go to the documentation of this file.
1 <?php
9 
18  public $status;
19 
28  public $totalRecords;
29 
38  public $pageSize;
39 
48  public $totalPages;
49 
58  public $pageIndex;
59 
69 
70 
71 
72  static $paramtypesmap = array(
73 
74  "status" => "Status",
75 
76  "totalRecords" => "integer",
77 
78  "pageSize" => "integer",
79 
80  "totalPages" => "integer",
81 
82  "pageIndex" => "integer",
83 
84  "postingTransactionSummaryList" => "PostingTransactionSummaryList",
85 
86  );
87 
88 }