appPlayerMarkupAccrued
Total player rate-card markup accrued to this app's org income line, in cents (payouts arrive with the P4b ledger). Requires 'view_billing'.
appPlayerMarkupAccrued(
appId: BigInt!
): BigInt!
Arguments
appPlayerMarkupAccrued.appId ● BigInt! non-null scalar
App whose accrued markup to total.
Type
BigInt scalar
Arbitrary-precision signed integer (used for 64-bit ids and chunk coordinates such as appId, userId and chunk x/y/z). ALWAYS transmitted as a base-10 decimal STRING in BOTH directions — send it quoted (e.g. "1024", "-5") and read it back as a string; never use a raw JSON number, because large values overflow IEEE-754 doubles. The server rejects any value that is not a valid integer string.