Transfer Reward Item Balance to another user profile.
0.1.0
transferRewardItemAmount({ rewardItemId: "xxxx", amount: 10, recipientProfileId: "xxxx"}).then(res => console.log(res)) Copy
transferRewardItemAmount({ rewardItemId: "xxxx", amount: 10, recipientProfileId: "xxxx"}).then(res => console.log(res))
Generated using TypeDoc
Description
Transfer Reward Item Balance to another user profile.
Async
Since
0.1.0
Example