Netsutie PHP Toolkit
JobCreditCards.php
Go to the documentation of this file.
1 <?php
9 
18  public $internalId;
19 
28  public $ccNumber;
29 
38  public $ccExpireDate;
39 
48  public $ccName;
49 
59 
68  public $ccMemo;
69 
78  public $ccDefault;
79 
89 
98  public $validFrom;
99 
100 
101 
102  static $paramtypesmap = array(
103 
104  "internalId" => "string",
105 
106  "ccNumber" => "string",
107 
108  "ccExpireDate" => "dateTime",
109 
110  "ccName" => "string",
111 
112  "paymentMethod" => "RecordRef",
113 
114  "ccMemo" => "string",
115 
116  "ccDefault" => "boolean",
117 
118  "debitCardIssueNo" => "string",
119 
120  "validFrom" => "dateTime",
121 
122  );
123 
124 }