class OrderEntryTransactionLineCreate extends AbstractOrderEntryTransactionLine

Create a new order entry transaction line record

Traits

Methods

array
getCustomFields()

Get custom fields

setCustomFields(array $customFields)

Set custom fields

string
getBundleNumber()

No description

setBundleNumber(string $bundleNumber)

No description

string
getItemId()

No description

setItemId(string $itemId)

No description

setItemDescription(string $itemDescription)

No description

boolean
isTaxable()

No description

setTaxable(boolean $taxable)

No description

string
getWarehouseId()

No description

setWarehouseId(string $warehouseId)

No description

string
getQuantity()

No description

setQuantity(string $quantity)

No description

string
getUnit()

No description

setUnit(string $unit)

No description

setDiscountPercent(string $discountPercent)

No description

string
getPrice()

No description

setPrice(string $price)

No description

setDiscountSurchargeMemo(string $discountSurchargeMemo)

No description

string
getMemo()

No description

setMemo(string $memo)

No description

setRevRecTemplate(string $revRecTemplate)

No description

setRevRecStartDate(DateType $revRecStartDate)

No description

setRevRecEndDate(DateType $revRecEndDate)

No description

string
getRenewalMacro()

No description

setRenewalMacro(string $renewalMacro)

No description

setFulfillmentStatus(string $fulfillmentStatus)

No description

string
getTaskNumber()

No description

setTaskNumber(string $taskNumber)

No description

setBillingTemplate(string $billingTemplate)

No description

string
getDepartmentId()

No description

setDepartmentId(string $departmentId)

No description

string
getLocationId()

No description

setLocationId(string $locationId)

No description

string
getProjectId()

No description

setProjectId(string $projectId)

No description

string
getCustomerId()

No description

setCustomerId(string $customerId)

No description

string
getVendorId()

No description

setVendorId(string $vendorId)

No description

string
getEmployeeId()

No description

setEmployeeId(string $employeeId)

No description

string
getClassId()

No description

setClassId(string $classId)

No description

string
getContractId()

No description

setContractId(string $contractId)

No description

writeXml(XMLWriter $xml)

No description

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

string getBundleNumber()

Return Value

string

setBundleNumber(string $bundleNumber)

Parameters

string $bundleNumber

string getItemId()

Return Value

string

setItemId(string $itemId)

Parameters

string $itemId

string getItemDescription()

Return Value

string

setItemDescription(string $itemDescription)

Parameters

string $itemDescription

boolean isTaxable()

Return Value

boolean

setTaxable(boolean $taxable)

Parameters

boolean $taxable

string getWarehouseId()

Return Value

string

setWarehouseId(string $warehouseId)

Parameters

string $warehouseId

string getQuantity()

Return Value

string

setQuantity(string $quantity)

Parameters

string $quantity

string getUnit()

Return Value

string

setUnit(string $unit)

Parameters

string $unit

string getDiscountPercent()

Return Value

string

setDiscountPercent(string $discountPercent)

Parameters

string $discountPercent

string getPrice()

Return Value

string

setPrice(string $price)

Parameters

string $price

string getDiscountSurchargeMemo()

Return Value

string

setDiscountSurchargeMemo(string $discountSurchargeMemo)

Parameters

string $discountSurchargeMemo

string getMemo()

Return Value

string

setMemo(string $memo)

Parameters

string $memo

string getRevRecTemplate()

Return Value

string

setRevRecTemplate(string $revRecTemplate)

Parameters

string $revRecTemplate

DateType getRevRecStartDate()

Return Value

DateType

setRevRecStartDate(DateType $revRecStartDate)

Parameters

DateType $revRecStartDate

DateType getRevRecEndDate()

Return Value

DateType

setRevRecEndDate(DateType $revRecEndDate)

Parameters

DateType $revRecEndDate

string getRenewalMacro()

Return Value

string

setRenewalMacro(string $renewalMacro)

Parameters

string $renewalMacro

string getFulfillmentStatus()

Return Value

string

setFulfillmentStatus(string $fulfillmentStatus)

Parameters

string $fulfillmentStatus

string getTaskNumber()

Return Value

string

setTaskNumber(string $taskNumber)

Parameters

string $taskNumber

string getBillingTemplate()

Return Value

string

setBillingTemplate(string $billingTemplate)

Parameters

string $billingTemplate

setItemDetails(AbstractTransactionItemDetail[] $itemDetails)

Parameters

AbstractTransactionItemDetail[] $itemDetails

string getDepartmentId()

Return Value

string

setDepartmentId(string $departmentId)

Parameters

string $departmentId

string getLocationId()

Return Value

string

setLocationId(string $locationId)

Parameters

string $locationId

string getProjectId()

Return Value

string

setProjectId(string $projectId)

Parameters

string $projectId

string getCustomerId()

Return Value

string

setCustomerId(string $customerId)

Parameters

string $customerId

string getVendorId()

Return Value

string

setVendorId(string $vendorId)

Parameters

string $vendorId

string getEmployeeId()

Return Value

string

setEmployeeId(string $employeeId)

Parameters

string $employeeId

string getClassId()

Return Value

string

setClassId(string $classId)

Parameters

string $classId

string getContractId()

Return Value

string

setContractId(string $contractId)

Parameters

string $contractId

at line line 31
writeXml(XMLWriter $xml)

Parameters

XMLWriter $xml