setPlayerRateMarkup
Set the app's player rate-card markup (0..10000 basis points on the platform base price). Markup income accrues per charge to the org's income line and is paid out via the P4b payout ledger. Requires 'manage_billing'.
setPlayerRateMarkup(
appId: BigInt!
markupBps: Int!
): Int!
Arguments
setPlayerRateMarkup.appId ● BigInt! non-null scalar
App whose markup to set.
setPlayerRateMarkup.markupBps ● Int! non-null scalar
Markup in basis points (0..10000).
Type
Int scalar
The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.