Class SwiftAcct

Namespace
Subsembly.Swift
Assembly
Subsembly.Sepa.dll

Helper that represents the account identification from a SWIFT MT-940 field :25:.

public class SwiftAcct
Inheritance
SwiftAcct
Inherited Members

Constructors

SwiftAcct()

public SwiftAcct()

SwiftAcct(SepaAccount)

public SwiftAcct(SepaAccount aAcct)

Parameters

aAcct SepaAccount

SwiftAcct(string)

public SwiftAcct(string sAcctId)

Parameters

sAcctId string

The account identification string from SWIFT field :25:. Must not be null or empty.

Properties

AccountNumber

The account number.

public string AccountNumber { get; set; }

Property Value

string

BIC

The account BIC.

public string BIC { get; set; }

Property Value

string

BankCode

The account bank code.

public string BankCode { get; set; }

Property Value

string

Currency

The account currency code.

public string Currency { get; set; }

Property Value

string

IBAN

The account IBAN.

public string IBAN { get; set; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string

See Also