ServiceProviderPromotion
No description
type ServiceProviderPromotion {
incentiveEscrowFundBps: BigInt!
promotions: [ServiceProviderPromotionDetail!]!
serviceProvider: String!
}
Fields
ServiceProviderPromotion.incentiveEscrowFundBps
● BigInt!
non-null scalar
The incentive escrow fund basis points.
ServiceProviderPromotion.promotions
● [ServiceProviderPromotionDetail!]!
non-null object
Details of the promotions.
ServiceProviderPromotion.serviceProvider
● String!
non-null scalar
The service provider.
Member Of
RewardManifestMobileData
object