Class BankAccount
Represents a BankAccount
Inheritance
System.Object
BankAccount
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class BankAccount : IContactAssignable
Constructors
| Improve this Doc View SourceBankAccount()
Initialize instance
Declaration
public BankAccount()
Properties
| Improve this Doc View SourceAccountNumber
Gets or sets the property AccountNumber as string
Declaration
public string AccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Bank
Gets or sets the currently used bank
Declaration
public Bank Bank { get; set; }
Property Value
Type | Description |
---|---|
Bank |
BankId
Gets or sets the property BankId as Guid
Declaration
public Guid BankId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ContactId
Gets or sets the property ContactId as int
Declaration
public long? ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
IBAN
Gets or sets the property IBAN as string
Declaration
public string IBAN { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the property Id as Guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |