ArAdjustmentDelete
class ArAdjustmentDelete extends AbstractArAdjustment
Delete an existing AR adjustment record
Methods
Initializes the class with the given parameters.
Set transaction currency
Set do not post to general ledger
Details
in AbstractFunction at line line 35
getControlId()
Get control ID
in AbstractFunction at line line 46
setControlId($controlId = null)
Set control ID
in AbstractFunction at line line 67
__construct(string $controlId = null)
Initializes the class with the given parameters.
at line line 35
writeXml(XMLWriter $xml)
Write the function block XML
in AbstractArAdjustment at line line 85
int|string
getRecordNo()
Get record number
in AbstractArAdjustment at line line 95
setRecordNo(int|string $recordNo)
Set record number
in AbstractArAdjustment at line line 105
string
getCustomerId()
Get customer ID
in AbstractArAdjustment at line line 115
setCustomerId(string $customerId)
Set customer ID
in AbstractArAdjustment at line line 125
DateType
getTransactionDate()
Get transaction date
in AbstractArAdjustment at line line 135
setTransactionDate(DateType $transactionDate)
Set transaction date
in AbstractArAdjustment at line line 145
DateType
getGlPostingDate()
Get GL posting date
in AbstractArAdjustment at line line 155
setGlPostingDate(DateType $glPostingDate)
Set GL posting date
in AbstractArAdjustment at line line 165
string
getAction()
Get action
in AbstractArAdjustment at line line 176
setAction(string $action)
Set action
in AbstractArAdjustment at line line 186
int|string
getSummaryRecordNo()
Get summary record number
in AbstractArAdjustment at line line 196
setSummaryRecordNo(int|string $summaryRecordNo)
Set summary record number
in AbstractArAdjustment at line line 206
string
getInvoiceNumber()
Get invoice number
in AbstractArAdjustment at line line 216
setInvoiceNumber(string $invoiceNumber)
Set invoice number
in AbstractArAdjustment at line line 226
string
getDescription()
Get description
in AbstractArAdjustment at line line 236
setDescription(string $description)
Set description
in AbstractArAdjustment at line line 246
string
getExternalId()
Get external ID
in AbstractArAdjustment at line line 256
setExternalId(string $externalId)
Set external ID
in AbstractArAdjustment at line line 266
string
getBaseCurrency()
Get base currency
in AbstractArAdjustment at line line 276
setBaseCurrency(string $baseCurrency)
Set base currency
in AbstractArAdjustment at line line 286
string
getTransactionCurrency()
Get transaction currency
in AbstractArAdjustment at line line 296
setTransactionCurrency(string $transactionCurrency)
Set transaction currency
in AbstractArAdjustment at line line 306
DateType
getExchangeRateDate()
Get exchange rate date
in AbstractArAdjustment at line line 316
setExchangeRateDate(DateType $exchangeRateDate)
Set exchange rate date
in AbstractArAdjustment at line line 326
float
getExchangeRateValue()
Get exchange rate value
in AbstractArAdjustment at line line 336
setExchangeRateValue(float $exchangeRateValue)
Set exchange rate value
in AbstractArAdjustment at line line 346
string
getExchangeRateType()
Get exhcnage rate type
in AbstractArAdjustment at line line 356
setExchangeRateType(string $exchangeRateType)
Set exchange rate type
in AbstractArAdjustment at line line 366
boolean
isDoNotPostToGL()
Get do not post to general ledger
in AbstractArAdjustment at line line 376
setDoNotPostToGL(boolean $doNotPostToGL)
Set do not post to general ledger
in AbstractArAdjustment at line line 386
string
getAdjustmentNumber()
Get adjustment number
in AbstractArAdjustment at line line 396
setAdjustmentNumber(string $adjustmentNumber)
Set adjustment number
in AbstractArAdjustment at line line 406
AbstractArAdjustmentLine[]
getLines()
Get adjustment lines
in AbstractArAdjustment at line line 416
setLines(AbstractArAdjustmentLine[] $lines)
Set adjustment lines