Class SwiftAcct
Helper that represents the account identification from a SWIFT MT-940 field :25:.
Assembly: Subsembly.Sepa.dll
Syntax
Constructors
SwiftAcct()
Declaration
SwiftAcct(SepaAccount)
Declaration
public SwiftAcct(SepaAccount aAcct)
Parameters
SwiftAcct(string)
Declaration
public SwiftAcct(string sAcctId)
Parameters
Type |
Name |
Description |
string |
sAcctId |
The account identification string from SWIFT field :25:. Must not be null
or empty.
|
Properties
AccountNumber
Declaration
public string AccountNumber { get; set; }
Property Value
BIC
Declaration
public string BIC { get; set; }
Property Value
BankCode
Declaration
public string BankCode { get; set; }
Property Value
Currency
The account currency code.
Declaration
public string Currency { get; set; }
Property Value
IBAN
Declaration
public string IBAN { get; set; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides
See Also