Class AccountChangeSet.AccountChange
A container for requested changes.
Inheritance
System.Object
AccountChangeSet.AccountChange
Assembly: Eco.Gameplay.dll
Syntax
protected sealed class AccountChange : ValueType
Properties
Currency
Declaration
public Currency Currency { get; set; }
Property Value
Delta
Declaration
public float Delta { get; set; }
Property Value
Type |
Description |
System.Single |
|
Source
Declaration
public BankAccount Source { get; set; }
Property Value
Target
Declaration
public BankAccount Target { get; set; }
Property Value
TransferDesc
Declaration
public LocString TransferDesc { get; set; }
Property Value
Extension Methods