MoneyAccount Class
Assembly: PTS.Modules.Transactions.dll
Syntax
public class MoneyAccount : IOwnedRecord, IGdsRecord, IHasGuid
Inheritance
System.Object
MoneyAccount
Properties
Activities
Declaration
public virtual ICollection<MoneyAccountActivity> Activities { get; set; }
Property Value
BankAccount
Declaration
public string BankAccount { get; set; }
Property Value
Type |
Description |
System.String |
|
ClosedOn
Declaration
public DateTime? ClosedOn { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Country
Declaration
public CountryCode Country { get; set; }
Property Value
Currency
Declaration
public CurrencyCode Currency { get; set; }
Property Value
GdsOwnerGuid
Declaration
public Guid? GdsOwnerGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
GdsRole
Declaration
public GdsRole GdsRole { get; set; }
Property Value
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Holder
Declaration
public virtual Account Holder { get; set; }
Property Value
HolderId
Declaration
public long HolderId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
HolderOwnerId
Declaration
public long HolderOwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Iban
Declaration
public string Iban { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public long Id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
OpenedOn
Declaration
public DateTime OpenedOn { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
ProviderId
Declaration
public string ProviderId { get; set; }
Property Value
Type |
Description |
System.String |
|
ProviderSecret
Declaration
public string ProviderSecret { get; set; }
Property Value
Type |
Description |
System.String |
|
ProviderStatus
Declaration
public PaymentProviderStatus ProviderStatus { get; set; }
Property Value
ProviderToken
Declaration
public string ProviderToken { get; set; }
Property Value
Type |
Description |
System.String |
|
ProviderType
Declaration
public PaymentProviderType ProviderType { get; set; }
Property Value
RecurringTransactions
Declaration
public virtual ICollection<RecurringTransaction> RecurringTransactions { get; set; }
Property Value
SourceTransactions
Declaration
public virtual ICollection<Transaction> SourceTransactions { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<Transaction> |
|
Status
Declaration
public MoneyAccountStatus Status { get; set; }
Property Value
Swift
Declaration
public string Swift { get; set; }
Property Value
Type |
Description |
System.String |
|
TargetTransactions
Declaration
public virtual ICollection<Transaction> TargetTransactions { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<Transaction> |
|
Type
Declaration
public MoneyAccountType Type { get; set; }
Property Value
UniqueCode
Declaration
public string UniqueCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ValidityFrom
Declaration
public DateTime? ValidityFrom { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ValidityUntil
Declaration
public DateTime? ValidityUntil { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Implements
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()
Extension Methods