Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.21 KB

File metadata and controls

19 lines (13 loc) · 1.21 KB

ConnectedSingleAccountResponse

Properties

Name Type Description Notes
id string Unique identifier of the connected account. [default to undefined]
name string Human-readable name of the connected account. [default to undefined]
providerId string The ID of the venue the account belongs to. [default to undefined]
status ConnectedAccountApprovalStatus [default to undefined]
totalBalance ConnectedAccountTotalBalance [default to undefined]
manifest ConnectedAccountManifest [default to undefined]
parentId string The ID of the parent main account, if this is a sub account. [optional] [default to undefined]
subAccountsIds Array<string> IDs of sub-accounts associated with this connected account. [optional] [default to undefined]

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