OBJECT

DeferredPrimePayout

DeferredPrimePayout is the earning that has been deferred to future payout cycles.

link GraphQL Schema definition

1type DeferredPrimePayout {
2
3# totalPayoutAmount is the total amount for this payout.
4totalPayoutAmount: Int!
5
6}