AbstractBillLine
class AbstractBillLine
Traits
Methods
Get account label
Set account label
Get GL account number
Set GL account number
Get offset GL account number
Set offset GL account number
Get transaction amount
Set transaction amount
Get allocation ID
Set allocation ID
Get memo
Set memo
Get form 1099
Set form 1099
Get key
Set key
Get total paid
Set total paid
Get total due
Set total due
Get billable
Set billable
Get department ID
Set department ID
Get location ID
Set location ID
Get project ID
Set project ID
Get customer ID
Set customer ID
Get vendor ID
Set vendor ID
Get employee ID
Set employee ID
Get item ID
Set item ID
Get class ID
Set class ID
Get contract ID
Set contract ID
Get warehouse ID
Set warehouse ID
Details
in CustomFieldsTrait at line line 33
array
getCustomFields()
Get custom fields
in CustomFieldsTrait at line line 43
setCustomFields(array $customFields)
Set custom fields
at line line 96
string
getAccountLabel()
Get account label
at line line 106
setAccountLabel(string $accountLabel)
Set account label
at line line 116
string
getGlAccountNumber()
Get GL account number
at line line 126
setGlAccountNumber(string $glAccountNumber)
Set GL account number
at line line 136
string
getOffsetGLAccountNumber()
Get offset GL account number
at line line 146
setOffsetGLAccountNumber(string $offsetGLAccountNumber)
Set offset GL account number
at line line 156
float|string
getTransactionAmount()
Get transaction amount
at line line 166
setTransactionAmount(float|string $transactionAmount)
Set transaction amount
at line line 176
string
getAllocationId()
Get allocation ID
at line line 186
setAllocationId(string $allocationId)
Set allocation ID
at line line 196
string
getMemo()
Get memo
at line line 206
setMemo(string $memo)
Set memo
at line line 216
boolean
isForm1099()
Get form 1099
at line line 226
setForm1099(boolean $form1099)
Set form 1099
at line line 236
string
getKey()
Get key
at line line 246
setKey(string $key)
Set key
at line line 256
float|string
getTotalPaid()
Get total paid
at line line 266
setTotalPaid(float|string $totalPaid)
Set total paid
at line line 276
float|string
getTotalDue()
Get total due
at line line 286
setTotalDue(float|string $totalDue)
Set total due
at line line 296
boolean
isBillable()
Get billable
at line line 306
setBillable(boolean $billable)
Set billable
at line line 316
string
getDepartmentId()
Get department ID
at line line 326
setDepartmentId(string $departmentId)
Set department ID
at line line 336
string
getLocationId()
Get location ID
at line line 346
setLocationId(string $locationId)
Set location ID
at line line 356
string
getProjectId()
Get project ID
at line line 366
setProjectId(string $projectId)
Set project ID
at line line 376
string
getCustomerId()
Get customer ID
at line line 386
setCustomerId(string $customerId)
Set customer ID
at line line 396
string
getVendorId()
Get vendor ID
at line line 406
setVendorId(string $vendorId)
Set vendor ID
at line line 416
string
getEmployeeId()
Get employee ID
at line line 426
setEmployeeId(string $employeeId)
Set employee ID
at line line 436
string
getItemId()
Get item ID
at line line 446
setItemId(string $itemId)
Set item ID
at line line 456
string
getClassId()
Get class ID
at line line 466
setClassId(string $classId)
Set class ID
at line line 476
string
getContractId()
Get contract ID
at line line 486
setContractId(string $contractId)
Set contract ID
at line line 496
string
getWarehouseId()
Get warehouse ID
at line line 506
setWarehouseId(string $warehouseId)
Set warehouse ID