Class SwiftAcct
Helper that represents the account identification from a SWIFT MT-940 field :25:.
Inheritance
System.Object
SwiftAcct
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)
Namespace: Subsembly.Swift
Assembly: Subsembly.Sepa.dll
Syntax
public class SwiftAcct
Constructors
SwiftAcct()
Declaration
public SwiftAcct()
SwiftAcct(SepaAccount)
Declaration
public SwiftAcct(SepaAccount aAcct)
Parameters
Type | Name | Description |
---|---|---|
SepaAccount | aAcct |
SwiftAcct(String)
Declaration
public SwiftAcct(string sAcctId)
Parameters
Type | Name | Description |
---|---|---|
System.String | sAcctId | The account identification string from SWIFT field :25:. Must not be |
Properties
AccountNumber
The account number.
Declaration
public string AccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BankCode
The account bank code.
Declaration
public string BankCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BIC
The account BIC.
Declaration
public string BIC { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Currency
The account currency code.
Declaration
public string Currency { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IBAN
The account IBAN.
Declaration
public string IBAN { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()