|
Sage Intacct SDK for PHP
|
Data Fields | |
| const | STATE_DRAFT = 'Draft' |
| const | STATE_PENDING = 'Pending' |
| const | STATE_CLOSED = 'Closed' |
Protected Attributes | |
| $documentId | |
| $transactionDefinition | |
| $transactionDate | |
| $glPostingDate | |
| $createdFrom | |
| $customerId | |
| $documentNumber | |
| $originalDocumentDate | |
| $referenceNumber | |
| $paymentTerm | |
| $dueDate | |
| $message | |
| $shippingMethod | |
| $shipToContactName | |
| $billToContactName | |
| $attachmentsId | |
| $externalId | |
| $baseCurrency | |
| $transactionCurrency | |
| $exchangeRateDate | |
| $exchangeRateValue | |
| $exchangeRateType | |
| $vsoePriceList | |
| $state | |
| $projectId | |
| $subtotals = [] | |
| $lines = [] | |
Protected Attributes inherited from AbstractFunction | |
| $controlId = '' | |
| getAttachmentsId | ( | ) |
| getBaseCurrency | ( | ) |
| getBillToContactName | ( | ) |
| getCreatedFrom | ( | ) |
| getCustomerId | ( | ) |
| getDocumentId | ( | ) |
| getDocumentNumber | ( | ) |
| getDueDate | ( | ) |
| getExchangeRateDate | ( | ) |
| getExchangeRateType | ( | ) |
| getExchangeRateValue | ( | ) |
| getExternalId | ( | ) |
| getGlPostingDate | ( | ) |
| getLines | ( | ) |
| getMessage | ( | ) |
| getOriginalDocumentDate | ( | ) |
| getPaymentTerm | ( | ) |
| getProjectId | ( | ) |
| getReferenceNumber | ( | ) |
| getShippingMethod | ( | ) |
| getShipToContactName | ( | ) |
| getState | ( | ) |
| getSubtotals | ( | ) |
| getTransactionCurrency | ( | ) |
| getTransactionDate | ( | ) |
| getTransactionDefinition | ( | ) |
| getVsoePriceList | ( | ) |
| setAttachmentsId | ( | $attachmentsId | ) |
| string | $attachmentsId |
| setBaseCurrency | ( | $baseCurrency | ) |
| string | $baseCurrency |
| setBillToContactName | ( | $billToContactName | ) |
| string | $billToContactName |
| setCreatedFrom | ( | $createdFrom | ) |
| string | $createdFrom |
| setCustomerId | ( | $customerId | ) |
| string | $customerId |
| setDocumentId | ( | $documentId | ) |
| string | $documentId |
| setDocumentNumber | ( | $documentNumber | ) |
| string | $documentNumber |
| setDueDate | ( | $dueDate | ) |
| \DateTime | $dueDate |
| setExchangeRateDate | ( | $exchangeRateDate | ) |
| \DateTime | $exchangeRateDate |
| setExchangeRateType | ( | $exchangeRateType | ) |
| string | $exchangeRateType |
| setExchangeRateValue | ( | $exchangeRateValue | ) |
| float | $exchangeRateValue |
| setExternalId | ( | $externalId | ) |
| string | $externalId |
| setGlPostingDate | ( | $glPostingDate | ) |
| \DateTime | $glPostingDate |
| setLines | ( | $lines | ) |
| AbstractOrderEntryTransactionLine[] | $lines |
| setMessage | ( | $message | ) |
| string | $message |
| setOriginalDocumentDate | ( | $originalDocumentDate | ) |
| \DateTime | $originalDocumentDate |
| setPaymentTerm | ( | $paymentTerm | ) |
| string | $paymentTerm |
| setProjectId | ( | $projectId | ) |
| string | $projectId |
| setReferenceNumber | ( | $referenceNumber | ) |
| string | $referenceNumber |
| setShippingMethod | ( | $shippingMethod | ) |
| string | $shippingMethod |
| setShipToContactName | ( | $shipToContactName | ) |
| string | $shipToContactName |
| setState | ( | $state | ) |
| string | $state |
| setSubtotals | ( | $subtotals | ) |
| AbstractTransactionSubtotal[] | $subtotals |
| setTransactionCurrency | ( | $transactionCurrency | ) |
| string | $transactionCurrency |
| setTransactionDate | ( | $transactionDate | ) |
| \DateTime | $transactionDate |
| setTransactionDefinition | ( | $transactionDefinition | ) |
| string | $transactionDefinition |
| setVsoePriceList | ( | $vsoePriceList | ) |
| string | $vsoePriceList |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| const STATE_CLOSED = 'Closed' |
| const STATE_DRAFT = 'Draft' |
| const STATE_PENDING = 'Pending' |