Class SepaBTC
Inheritance
System.Object
SepaBTC
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.Sepa
Assembly: Subsembly.Sepa.dll
Syntax
public class SepaBTC
Properties
DomainCode
Declaration
public string DomainCode { get; }
Property Value
Type | Description |
---|---|
System.String |
FamilyCode
Declaration
public string FamilyCode { get; }
Property Value
Type | Description |
---|---|
System.String |
GVCode
Declaration
public string GVCode { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
SubFamilyCode
Declaration
public string SubFamilyCode { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
FindBTC(String, SepaCreditDebitIndicator, String)
Try to find a SepaBTC instance matching the given transaction properties.
Declaration
public static SepaBTC FindBTC(string sGVC, SepaCreditDebitIndicator nCdtDbtInd, string sPurpCd)
Parameters
Type | Name | Description |
---|---|---|
System.String | sGVC | The GV Code of the transaction for which to find a BTC. This must not be
|
SepaCreditDebitIndicator | nCdtDbtInd | Indicates whether the transaction is credited to, or debited from the owner account. Attention: This must always match the actual direction of money transfer, including transaction reversals. |
System.String | sPurpCd | Optional transaction Purpose Code. This should be provided to find the best matching BTC for a particular GVC. |
Returns
Type | Description |
---|---|
SepaBTC | If a BTC matching the GVC was found, then it will be returned. If the GVC is not
known, then |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()