OBJECT

SmartCostsAcknowledgement

The type representing Community Points Smart Costs Acknowledgements.

link GraphQL Schema definition

1type SmartCostsAcknowledgement {
2
3# The last acknowledged cost.
4lastAcknowledgedCost: Int!
5
6# The type of automatic reward the smart costs acknowledgement is for.
7rewardType: CommunityPointsAutomaticRewardType!
8
9}