@jackdevau/up-api API Reference
Preparing search index...
AccountResource
Interface AccountResource
interface
AccountResource
{
type
:
string
;
id
:
string
;
attributes
:
{
displayName
:
string
;
accountType
:
AccountTypeEnum
;
ownershipType
:
OwnershipTypeEnum
;
balance
:
MoneyObject
;
createdAt
:
string
;
}
;
relationships
:
{
transactions
:
{
links
:
{
related
:
string
}
}
}
;
links
:
{
self
:
string
}
;
}
Index
Properties
type
id
attributes
relationships
links
Properties
type
type
:
string
id
id
:
string
attributes
attributes
:
{
displayName
:
string
;
accountType
:
AccountTypeEnum
;
ownershipType
:
OwnershipTypeEnum
;
balance
:
MoneyObject
;
createdAt
:
string
;
}
relationships
relationships
:
{
transactions
:
{
links
:
{
related
:
string
}
}
}
links
links
:
{
self
:
string
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
id
attributes
relationships
links
@jackdevau/up-api API Reference
Loading...