Class TransferData
Inheritance
System.Object
TransferData
Assembly: Eco.Gameplay.dll
Syntax
public sealed class TransferData : ValueType
Properties
Amount
Declaration
public float Amount { get; set; }
Property Value
Type |
Description |
System.Single |
|
Currency
Declaration
public Currency Currency { get; set; }
Property Value
IsGovernmentTransfer
Declaration
public bool IsGovernmentTransfer { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PendingAccountChanges
Declaration
public AccountChangeSet PendingAccountChanges { get; set; }
Property Value
Sender
Declaration
public User Sender { get; set; }
Property Value
SourceAccount
Declaration
public BankAccount SourceAccount { get; set; }
Property Value
SuperAccess
Declaration
public bool SuperAccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TargetAccount
Declaration
public BankAccount TargetAccount { get; set; }
Property Value
TaxableAmount
Declaration
public Nullable<float> TaxableAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
TaxPayer
Declaration
public User TaxPayer { get; set; }
Property Value
TaxSettlementScopes
Declaration
public IEnumerable<Settlement> TaxSettlementScopes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<Settlement> |
|
TaxSource
Declaration
public BankAccount TaxSource { get; set; }
Property Value
TransferAsMuchAsPossible
Declaration
public bool TransferAsMuchAsPossible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TransferDescription
Declaration
public LocString TransferDescription { get; set; }
Property Value
TransferType
Declaration
public Nullable<TransferType> TransferType { get; set; }
Property Value
Extension Methods