ServiceProviderPromotionDetail
No description
type ServiceProviderPromotionDetail {
endTs: ISO8601DateTime!
entity: String!
shares: BigInt!
startTs: ISO8601DateTime!
}
Fields
ServiceProviderPromotionDetail.endTs
● ISO8601DateTime!
non-null scalar
The end timestamp.
ServiceProviderPromotionDetail.entity
● String!
non-null scalar
The entity.
ServiceProviderPromotionDetail.shares
● BigInt!
non-null scalar
The shares.
ServiceProviderPromotionDetail.startTs
● ISO8601DateTime!
non-null scalar
The start timestamp.
Member Of
ServiceProviderPromotion
object