Netsutie PHP Toolkit
DepositPayment Class Reference

Data Fields

 $deposit
 
 $id
 
 $docDate
 
 $type
 
 $docNumber
 
 $memo
 
 $paymentMethod
 
 $refNum
 
 $entity
 
 $currency
 
 $transactionAmount
 
 $paymentAmount
 

Static Public Attributes

static $paramtypesmap
 

Detailed Description

DepositPayment

Definition at line 8 of file DepositPayment.php.

Field Documentation

$currency

Definition at line 108 of file DepositPayment.php.

$deposit

Definition at line 18 of file DepositPayment.php.

$docDate

Definition at line 38 of file DepositPayment.php.

$docNumber

Definition at line 58 of file DepositPayment.php.

$entity

Definition at line 98 of file DepositPayment.php.

$id

Definition at line 28 of file DepositPayment.php.

$memo

Definition at line 68 of file DepositPayment.php.

$paramtypesmap
static
Initial value:
= array(
"deposit" => "boolean",
"id" => "integer",
"docDate" => "dateTime",
"type" => "string",
"docNumber" => "string",
"memo" => "string",
"paymentMethod" => "RecordRef",
"refNum" => "string",
"entity" => "RecordRef",
"currency" => "RecordRef",
"transactionAmount" => "float",
"paymentAmount" => "float",
)

Definition at line 132 of file DepositPayment.php.

$paymentAmount

Definition at line 128 of file DepositPayment.php.

$paymentMethod

Definition at line 78 of file DepositPayment.php.

$refNum

Definition at line 88 of file DepositPayment.php.

$transactionAmount

Definition at line 118 of file DepositPayment.php.

$type

Definition at line 48 of file DepositPayment.php.


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