typeString | 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: