Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PayoutDefinition

class in UnityEngine.Purchasing

Description

Defines a reward that is paid to the player when an in-app purchase product is purchased.

Static Properties

MaxDataLengthRepresents the maximum allowed length for the data field on a PayoutDefinition.
MaxSubtypeLengthRepresents the maximum allowed length for the subtype field on a PayoutDefinition.

Properties

dataA field for user-specified data.
quantityThe quantity of this payout.
subtypeThe subtype of this payout.
typeThe type of this payout.
typeStringA string representation of the type of this payout.

Constructors

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