varincentivesList=awaithiro.incentivesSenderList(session!);for(varincentiveinincentivesList){// Iterate over the key-value pairs in the Claims object
for(varkeyinincentive.Claims.keys){varvalue=incentive.Claims[key];print("$key claimed at ${value.ClaimTimeSec}.");}// Iterate over the UnclaimedRecipients array
for(varuserIdinincentive.UnclaimedRecipients){print("$userId has not yet claimed.");}}
varincentive_sender_create_request=IncentiveSenderCreateRequest();incentive_sender_create_request.id="coin-invite";varresult=awaithiro.incentivesSenderCreate(session!,incentive_sender_create_request);print(result.incentives[0].code);// <- code to send to another player!;