AbstractDeposit
class AbstractDeposit extends AbstractFunction
Traits
Methods
__construct(string $controlId = null)
Initializes the class with the given parameters.
from AbstractFunction
string
getBankAccountId()
Get bank account ID
setBankAccountId(string $bankAccountId)
Set bank account ID
getDepositDate()
Get deposit date
string
getDepositSlipId()
Get deposit slip ID
setDepositSlipId(string $depositSlipId)
Set deposit slip ID
string
getDescription()
Get description
setDescription(string $description)
Set description
string
getAttachmentsId()
Get attachments ID
setAttachmentsId(string $attachmentsId)
Set attachments ID
int[]
getTransactionKeysToDeposit()
Get transaction keys to deposit
setTransactionKeysToDeposit(int[] $transactionKeysToDeposit)
Set transaction keys to deposit
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.
in AbstractFunction at line line 72
abstract
writeXml(XMLWriter $xml)
Write the XML
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 52
string
getBankAccountId()
Get bank account ID
at line line 62
setBankAccountId(string $bankAccountId)
Set bank account ID
at line line 72
DateType
getDepositDate()
Get deposit date
at line line 82
setDepositDate(DateType $depositDate)
Set deposit date
at line line 92
string
getDepositSlipId()
Get deposit slip ID
at line line 102
setDepositSlipId(string $depositSlipId)
Set deposit slip ID
at line line 112
string
getDescription()
Get description
at line line 122
setDescription(string $description)
Set description
at line line 132
string
getAttachmentsId()
Get attachments ID
at line line 142
setAttachmentsId(string $attachmentsId)
Set attachments ID
at line line 152
int[]
getTransactionKeysToDeposit()
Get transaction keys to deposit
at line line 162
setTransactionKeysToDeposit(int[] $transactionKeysToDeposit)
Set transaction keys to deposit