Class SepaBTC
Assembly: Subsembly.Sepa.dll
Syntax
Properties
DomainCode
Declaration
public string DomainCode { get; }
Property Value
FamilyCode
Declaration
public string FamilyCode { get; }
Property Value
GVCode
Declaration
public string GVCode { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
SubFamilyCode
Declaration
public string SubFamilyCode { get; }
Property Value
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 |
string |
sGVC |
The GV Code of the transaction for which to find a BTC. This must not be
null or an empty string.
|
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.
|
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 null is returned.
|
ToString()
Declaration
public override string ToString()
Returns
Overrides