Class PayoutDefinition
Definition of a purchase payout
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: solution.dll
Syntax
[Serializable]
public class PayoutDefinition
Constructors
| Name | Description |
|---|---|
| PayoutDefinition() | Default constructor |
| PayoutDefinition(string, double) | Parametrized constructor |
| PayoutDefinition(string, double, string) | Parametrized constructor |
| PayoutDefinition(string, string, double) | Parametrized constructor |
| PayoutDefinition(string, string, double, string) | Parametrized constructor |
| PayoutDefinition(PayoutType, string, double) | Parametrized constructor |
| PayoutDefinition(PayoutType, string, double, string) | Parametrized constructor |
Fields
| Name | Description |
|---|---|
| MaxDataLength | Maximum number of bytes of the payout data |
| MaxSubtypeLength | 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 |
| typeString | Type of the payout as a string |