Documentation

CustomTransaction extends Record

Table of Contents

$accountingBookDetailList  : AccountingBookDetailList
$class  : RecordRef
$createdDate  : string
$currency  : RecordRef
$customFieldList  : CustomFieldList
$customForm  : RecordRef
$department  : RecordRef
$exchangeRate  : float
$externalId  : string
$internalId  : string
$lastModifiedDate  : string
$lineList  : CustomTransactionLineList
$location  : RecordRef
$memo  : string
$nullFieldList  : NullField
$paramtypesmap  : mixed
$postingPeriod  : RecordRef
$subsidiary  : RecordRef
$total  : float
$tranDate  : string
$tranId  : string
$tranStatus  : RecordRef
$tranType  : RecordRef
$voidJournal  : RecordRef

Properties

$paramtypesmap

public static mixed $paramtypesmap = array("createdDate" => "dateTime", "lastModifiedDate" => "dateTime", "customForm" => "RecordRef", "tranType" => "RecordRef", "tranId" => "string", "total" => "float", "currency" => "RecordRef", "voidJournal" => "RecordRef", "exchangeRate" => "float", "tranDate" => "dateTime", "postingPeriod" => "RecordRef", "memo" => "string", "tranStatus" => "RecordRef", "subsidiary" => "RecordRef", "department" => "RecordRef", "class" => "RecordRef", "location" => "RecordRef", "lineList" => "CustomTransactionLineList", "accountingBookDetailList" => "AccountingBookDetailList", "customFieldList" => "CustomFieldList", "internalId" => "string", "externalId" => "string")

Search results