Class EAZFundParameters
Model that contains information about Fund events (Deposit, Withdraw, Revenue).
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EazeGamesSDK
Assembly: EazeGamesSDK.dll
Syntax
[Serializable]
public class EAZFundParameters : EAZBaseAnalyticsParameters
Constructors
EAZFundParameters()
Default constructor.
Declaration
public EAZFundParameters()
EAZFundParameters(String, Int32, String)
Constructor for serialization. Also it shows all properties of the model.
Declaration
public EAZFundParameters(string userId, int amount, string currency)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | userId | Identifier of the User |
| System.Int32 | amount | Fund amount in cents |
| System.String | currency | Fund currency |
Fields
amount
Fund amount in cents.
Declaration
public int amount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
currency
Fund currency.
Declaration
public string currency
Field Value
| Type | Description |
|---|---|
| System.String |