MobilePromotionRewardDetail
Represents a mobile promotion reward share.
type MobilePromotionRewardDetail {
entity: String
matchedAmount: BigInt
serviceProviderAmount: BigInt
}
Fields
MobilePromotionRewardDetail.entity
● String
scalar
The entity.
MobilePromotionRewardDetail.matchedAmount
● BigInt
scalar
The matched amount.
MobilePromotionRewardDetail.serviceProviderAmount
● BigInt
scalar
The service provider amount.
Implemented By
MobileRewardShareDetail
union