Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
ClosetypeString | Specify a type using a string. Consider specifying the type by enum instead. |
subtype | Represents a subtype. This can be any string up to 64 characters. For example, you may specify a payout with type Currency and subtype "gold". |
quantity | The quantity to pay. |
data | Attach other data to the payout, up to 1024 characters. This can be an item id, a JSON document, or any other user data necessary to deliver the payout when purchased. |
type | Specify a type using a value from the PayoutType enum. |
Create a PayoutDefinition and define the values for the type, subtype, quantity, and data fields.
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information