Netsutie PHP Toolkit
EmployeeDirectDeposit Class Reference

Data Fields

 $id
 
 $netAccount
 
 $savingsAccount
 
 $accountPrenoted
 
 $accountStatus
 
 $bankName
 
 $bankId
 
 $bankNumber
 
 $bankRoutingNumber
 
 $bankAccountNumber
 
 $amount
 
 $inactive
 

Static Public Attributes

static $paramtypesmap
 

Detailed Description

Field Documentation

$accountPrenoted

Definition at line 48 of file EmployeeDirectDeposit.php.

$accountStatus

Definition at line 58 of file EmployeeDirectDeposit.php.

$amount

Definition at line 118 of file EmployeeDirectDeposit.php.

$bankAccountNumber

Definition at line 108 of file EmployeeDirectDeposit.php.

$bankId

Definition at line 78 of file EmployeeDirectDeposit.php.

$bankName

Definition at line 68 of file EmployeeDirectDeposit.php.

$bankNumber

Definition at line 88 of file EmployeeDirectDeposit.php.

$bankRoutingNumber

Definition at line 98 of file EmployeeDirectDeposit.php.

$id

Definition at line 18 of file EmployeeDirectDeposit.php.

$inactive

Definition at line 128 of file EmployeeDirectDeposit.php.

$netAccount

Definition at line 28 of file EmployeeDirectDeposit.php.

$paramtypesmap
static
Initial value:
= array(
"id" => "integer",
"netAccount" => "boolean",
"savingsAccount" => "boolean",
"accountPrenoted" => "boolean",
"accountStatus" => "EmployeeDirectDepositAccountStatus",
"bankName" => "string",
"bankId" => "string",
"bankNumber" => "string",
"bankRoutingNumber" => "string",
"bankAccountNumber" => "string",
"amount" => "float",
"inactive" => "boolean",
)

Definition at line 132 of file EmployeeDirectDeposit.php.

$savingsAccount

Definition at line 38 of file EmployeeDirectDeposit.php.


The documentation for this class was generated from the following file: