Class PayoutDefinition
Definition of a purchase payout
Inherited Members
Namespace: UnityEngine .Purchasing
Assembly: solution.dll
Syntax
[Serializable]
public class PayoutDefinition
Constructors
Name | Description |
---|---|
Payout |
Default constructor |
Payout |
Parametrized constructor |
Payout |
Parametrized constructor |
Payout |
Parametrized constructor |
Payout |
Parametrized constructor |
Payout |
Parametrized constructor |
Payout |
Parametrized constructor |
Fields
Name | Description |
---|---|
Max |
Maximum number of bytes of the payout data |
Max |
Maximum string length of the payout subtype |
Properties
Name | Description |
---|---|
data | Payload data of the payout |
quantity | Quantity or value of the payout |
subtype | Subtype of the payout |
type | Type of the payout |
type |
Type of the payout as a string |