Class SwiftAcct
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
aAcctSepaAccount
SwiftAcct(string)
public SwiftAcct(string sAcctId)
Parameters
sAcctIdstringThe account identification string from SWIFT field :25:. Must not be
nullor empty.
Properties
AccountNumber
The account number.
public string AccountNumber { get; set; }
Property Value
BIC
The account BIC.
public string BIC { get; set; }
Property Value
BankCode
The account bank code.
public string BankCode { get; set; }
Property Value
Currency
The account currency code.
public string Currency { get; set; }
Property Value
IBAN
The account IBAN.
public string IBAN { get; set; }
Property Value
Methods
ToString()
public override string ToString()