RewardManifestMobileData
No description
type RewardManifestMobileData {
boostedPocBonesPerRewardShare: BigInt!
pocBonesPerRewardShare: BigInt!
rewardType: String!
serviceProviderPromotions: [ServiceProviderPromotion!]!
token: String!
}
Fields
RewardManifestMobileData.boostedPocBonesPerRewardShare
● BigInt!
non-null scalar
The boosted POC bones per reward share.
RewardManifestMobileData.pocBonesPerRewardShare
● BigInt!
non-null scalar
The POC bones per reward share.
RewardManifestMobileData.rewardType
● String!
non-null scalar
The type of reward (mobile).
RewardManifestMobileData.serviceProviderPromotions
● [ServiceProviderPromotion!]!
non-null object
The service provider promotions.
RewardManifestMobileData.token
● String!
non-null scalar
The token.
Implemented By
RewardManifestData
union