Netsutie PHP Toolkit
SubsidiaryAccountingBookDetail.php
Go to the documentation of this file.
1 <?php
9 
19 
28  public $currency;
29 
38  public $bookStatus;
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "accountingBook" => "RecordRef",
45 
46  "currency" => "RecordRef",
47 
48  "bookStatus" => "AccountingBookStatus",
49 
50  );
51 
52 }