Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.96 KB

File metadata and controls

23 lines (20 loc) · 1.96 KB

# ModelCheckAccountTransaction

Properties

Name Type Description Notes
id int The check account transaction id [optional] [readonly]
object_name string The check account transaction object name [optional] [readonly] [default to 'CheckAccountTransaction']
create \DateTime Date of check account transaction creation [optional] [readonly]
update \DateTime Date of last check account transaction update [optional] [readonly]
sev_client \Itsmind\Sevdesk\Model\ModelCheckAccountTransactionSevClient [optional]
value_date \DateTime Date the check account transaction was booked
entry_date \DateTime Date the check account transaction was imported [optional]
paymt_purpose string the purpose of the transaction [optional]
amount float Amount of the transaction
payee_payer_name string Name of the payee/payer
check_account \Itsmind\Sevdesk\Model\ModelCheckAccountTransactionCheckAccount
status int Status of the check account transaction.<br> 100 <-> Created<br> 200 <-> Linked<br> 300 <-> Private<br> 400 <-> Booked
enshrined \DateTime Defines if the transaction has been enshrined and can not be changed any more. [optional]
source_transaction \Itsmind\Sevdesk\Model\ModelCheckAccountTransactionSourceTransaction [optional]
target_transaction \Itsmind\Sevdesk\Model\ModelCheckAccountTransactionTargetTransaction [optional]

[Back to Model list] [Back to API list] [Back to README]