OBJECT
SmartCostsAcknowledgement
The type representing Community Points Smart Costs Acknowledgements.
link GraphQL Schema definition
1 type SmartCostsAcknowledgement { 2 3 # The last acknowledged cost. 4 : Int! 5 6 # The type of automatic reward the smart costs acknowledgement is for. 7 : CommunityPointsAutomaticRewardType! 8 9 }