Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 837 Bytes

File metadata and controls

27 lines (16 loc) · 837 Bytes

BasiqApi.ConnectionsData

Properties

Name Type Description Notes
createdDate String Created date of the connection, available only for SERVER_SCOPE.
id String Connection identification.
institution ConnectionInstitution
lastUsed String Connection last used date, available only for SERVER_SCOPE. [optional]
links GetConnectionsLinks
status String Connection status, available only for SERVER_SCOPE. [optional]
type String Type, always "connection".

Enum: StatusEnum

  • active (value: "active")

  • pending (value: "pending")

  • invalid (value: "invalid")