Netsutie PHP Toolkit
PaymentMethodSearchRowBasic.php
Go to the documentation of this file.
1 <?php
9 
18  public $account;
19 
28  public $creditCard;
29 
38  public $externalId;
39 
48  public $internalId;
49 
58  public $isDebitCard;
59 
68  public $isInactive;
69 
78  public $name;
79 
80 
81 
82  static $paramtypesmap = array(
83 
84  "account" => "SearchColumnSelectField[]",
85 
86  "creditCard" => "SearchColumnBooleanField[]",
87 
88  "externalId" => "SearchColumnSelectField[]",
89 
90  "internalId" => "SearchColumnSelectField[]",
91 
92  "isDebitCard" => "SearchColumnBooleanField[]",
93 
94  "isInactive" => "SearchColumnBooleanField[]",
95 
96  "name" => "SearchColumnStringField[]",
97 
98  );
99 
100 }