OBJECT
AccountCopy
link GraphQL Schema definition
- type AccountCopy {
- : AccountCategory
- : String
- : ISO8601DateTime
- : User
- : UUID
- : String
- : String
- : UUID
- : String
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (
- : Int,
- : Int,
- : SortOrder,
- : SortBy
- ): [IncentiveSchedulePayout!]!
- : String
- : Organization
- : Int
- : AccountOwner!
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (: Int, : Int, : SortOrder, : SortBy): [Payment!]!
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (
- : Int,
- : Int,
- : SortOrder,
- : SortBy
- ): [ScheduleRate!]!
- : ISO8601DateTime
- : User
- : UUID
- }