MobileRewardShare
No description
type MobileRewardShare {
endPeriod: ISO8601DateTime
id: ID!
manifest: RewardManifest
rewardDetail: MobileRewardShareDetail
rewardType: String
startPeriod: ISO8601DateTime
}
Fields
MobileRewardShare.endPeriod
● ISO8601DateTime
scalar
The end period of the mobile reward share.
MobileRewardShare.id
● ID!
non-null scalar
The unique identifier of the mobile reward share.
MobileRewardShare.manifest
● RewardManifest
object
The reward manifest associated with this reward share.
MobileRewardShare.rewardDetail
● MobileRewardShareDetail
union
Type-specific details of this reward share.
MobileRewardShare.rewardType
● String
scalar
The type of reward.
MobileRewardShare.startPeriod
● ISO8601DateTime
scalar
The start period of the mobile reward share.
Member Of
MobileRewardShareConnection
object ● MobileRewardShareEdge
object