Documentation

CheckExpense

Table of Contents

$account  : RecordRef
$amount  : float
$category  : RecordRef
$class  : RecordRef
$customer  : RecordRef
$customFieldList  : CustomFieldList
$department  : RecordRef
$grossAmt  : float
$isBillable  : bool
$line  : int
$location  : RecordRef
$memo  : string
$paramtypesmap  : mixed
$tax1Amt  : float
$taxCode  : RecordRef
$taxRate1  : float
$taxRate2  : float

Properties

$paramtypesmap

public static mixed $paramtypesmap = array("line" => "integer", "category" => "RecordRef", "account" => "RecordRef", "amount" => "float", "memo" => "string", "department" => "RecordRef", "class" => "RecordRef", "location" => "RecordRef", "customer" => "RecordRef", "isBillable" => "boolean", "taxCode" => "RecordRef", "taxRate1" => "float", "tax1Amt" => "float", "taxRate2" => "float", "grossAmt" => "float", "customFieldList" => "CustomFieldList")

Search results