Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.88 KB

ModelCheckAccountTransactionLogResponse.md

File metadata and controls

19 lines (16 loc) · 1.88 KB

# ModelCheckAccountTransactionLogResponse

Properties

Name Type Description Notes
additional_information string [optional] [readonly]
amount_paid float Amount booked on the check account transaction [optional] [readonly]
booking_date \DateTime Date the check account transaction was booked [optional] [readonly]
check_account_transaction \Itsmind\Sevdesk\Model\ModelCheckAccountTransactionResponse [optional]
create \DateTime Date of check account transaction creation [optional] [readonly]
from_status string Status of the check account transaction.<br> 100 <-> Created<br> 200 <-> Linked<br> 300 <-> Private<br> 350 <-> Automatically<br> 400 <-> Booked [optional] [readonly]
id string The check account transaction id [optional] [readonly]
object \Itsmind\Sevdesk\Model\ModelCheckAccountTransactionLogResponseObject [optional]
object_name string The check account transaction object name [optional] [readonly] [default to 'CheckAccountTransactionLog']
sev_client \Itsmind\Sevdesk\Model\ModelCheckAccountTransactionLogResponseSevClient [optional]
to_status string Status of the check account transaction.<br> 100 <-> Created<br> 200 <-> Linked<br> 300 <-> Private<br> 350 <-> Automatically<br> 400 <-> Booked [optional] [readonly]

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