MobileSubscriberRewardDetail
Represents a mobile subscriber reward share.
type MobileSubscriberRewardDetail {
discoveryLocationAmount: BigInt
formattedDiscoveryLocationAmount: String
formattedSubscriberReward: String
subscriberId: String
}
Fields
MobileSubscriberRewardDetail.discoveryLocationAmount
● BigInt
scalar
The amount of discovery location rewards.
MobileSubscriberRewardDetail.formattedDiscoveryLocationAmount
● String
scalar
The formatted amount of discovery location rewards.
MobileSubscriberRewardDetail.formattedSubscriberReward
● String
scalar
The formatted amount of subscriber rewards.
MobileSubscriberRewardDetail.subscriberId
● String
scalar
The subscriber ID.
Implemented By
MobileRewardShareDetail
union