InvestmentAccountActivityPayload
No description
type InvestmentAccountActivityPayload {
orders: [InvestmentAccountOrder!]!
pageInfo: PageInfo!
}
Fields
InvestmentAccountActivityPayload.orders
● [InvestmentAccountOrder!]!
non-null object
A list of pending and completed investment account orders.
InvestmentAccountActivityPayload.pageInfo
● PageInfo!
non-null object
Paging information for the result set.