class OtherReceiptLineCreate extends AbstractOtherReceiptLine

Create a new cash management other receipt line record

Traits

Methods

array
getCustomFields()

Get custom fields

setCustomFields(array $customFields)

Set custom fields

string
getAccountLabel()

Get account label

setAccountLabel(string $accountLabel)

Set account label

string
getGlAccountNumber()

Get GL account number

setGlAccountNumber(string $glAccountNumber)

Set GL account number

float|string
getTransactionAmount()

Get transaction amount

setTransactionAmount(float|string $transactionAmount)

Set transaction amount

string
getMemo()

Get memo

setMemo(string $memo)

Set memo

string
getDepartmentId()

Get department ID

setDepartmentId(string $departmentId)

Set department ID

string
getLocationId()

Get location ID

setLocationId(string $locationId)

Set location ID

string
getProjectId()

Get project ID

setProjectId(string $projectId)

Set project ID

string
getCustomerId()

Get customer ID

setCustomerId(string $customerId)

Set customer ID

string
getVendorId()

Get vendor ID

setVendorId(string $vendorId)

Set vendor ID

string
getEmployeeId()

Get employee ID

setEmployeeId(string $employeeId)

Set employee ID

string
getItemId()

Get item ID

setItemId(string $itemId)

Set item ID

string
getClassId()

Get class ID

setClassId(string $classId)

Set class ID

string
getContractId()

Get contract ID

setContractId(string $contractId)

Set contract ID

string
getWarehouseId()

Get warehouse ID

setWarehouseId(string $warehouseId)

Set warehouse ID

writeXml(XMLWriter $xml)

Write the lineitem block XML

Details

in CustomFieldsTrait at line line 33
array getCustomFields()

Get custom fields

Return Value

array

in CustomFieldsTrait at line line 43
setCustomFields(array $customFields)

Set custom fields

Parameters

array $customFields

in AbstractOtherReceiptLine at line line 75
string getAccountLabel()

Get account label

Return Value

string

in AbstractOtherReceiptLine at line line 85
setAccountLabel(string $accountLabel)

Set account label

Parameters

string $accountLabel

in AbstractOtherReceiptLine at line line 95
string getGlAccountNumber()

Get GL account number

Return Value

string

in AbstractOtherReceiptLine at line line 105
setGlAccountNumber(string $glAccountNumber)

Set GL account number

Parameters

string $glAccountNumber

in AbstractOtherReceiptLine at line line 115
float|string getTransactionAmount()

Get transaction amount

Return Value

float|string

in AbstractOtherReceiptLine at line line 125
setTransactionAmount(float|string $transactionAmount)

Set transaction amount

Parameters

float|string $transactionAmount

in AbstractOtherReceiptLine at line line 135
string getMemo()

Get memo

Return Value

string

in AbstractOtherReceiptLine at line line 145
setMemo(string $memo)

Set memo

Parameters

string $memo

in AbstractOtherReceiptLine at line line 155
string getDepartmentId()

Get department ID

Return Value

string

in AbstractOtherReceiptLine at line line 165
setDepartmentId(string $departmentId)

Set department ID

Parameters

string $departmentId

in AbstractOtherReceiptLine at line line 175
string getLocationId()

Get location ID

Return Value

string

in AbstractOtherReceiptLine at line line 185
setLocationId(string $locationId)

Set location ID

Parameters

string $locationId

in AbstractOtherReceiptLine at line line 195
string getProjectId()

Get project ID

Return Value

string

in AbstractOtherReceiptLine at line line 205
setProjectId(string $projectId)

Set project ID

Parameters

string $projectId

in AbstractOtherReceiptLine at line line 215
string getCustomerId()

Get customer ID

Return Value

string

in AbstractOtherReceiptLine at line line 225
setCustomerId(string $customerId)

Set customer ID

Parameters

string $customerId

in AbstractOtherReceiptLine at line line 235
string getVendorId()

Get vendor ID

Return Value

string

in AbstractOtherReceiptLine at line line 245
setVendorId(string $vendorId)

Set vendor ID

Parameters

string $vendorId

in AbstractOtherReceiptLine at line line 255
string getEmployeeId()

Get employee ID

Return Value

string

in AbstractOtherReceiptLine at line line 265
setEmployeeId(string $employeeId)

Set employee ID

Parameters

string $employeeId

in AbstractOtherReceiptLine at line line 275
string getItemId()

Get item ID

Return Value

string

in AbstractOtherReceiptLine at line line 285
setItemId(string $itemId)

Set item ID

Parameters

string $itemId

in AbstractOtherReceiptLine at line line 295
string getClassId()

Get class ID

Return Value

string

in AbstractOtherReceiptLine at line line 305
setClassId(string $classId)

Set class ID

Parameters

string $classId

in AbstractOtherReceiptLine at line line 315
string getContractId()

Get contract ID

Return Value

string

in AbstractOtherReceiptLine at line line 325
setContractId(string $contractId)

Set contract ID

Parameters

string $contractId

in AbstractOtherReceiptLine at line line 335
string getWarehouseId()

Get warehouse ID

Return Value

string

in AbstractOtherReceiptLine at line line 345
setWarehouseId(string $warehouseId)

Set warehouse ID

Parameters

string $warehouseId

at line line 33
writeXml(XMLWriter $xml)

Write the lineitem block XML

Parameters

XMLWriter $xml