Class SepaBTC
public class SepaBTC
- Inheritance
-
SepaBTC
- Inherited Members
Properties
DomainCode
public string DomainCode { get; }
Property Value
FamilyCode
public string FamilyCode { get; }
Property Value
GVCode
public string GVCode { get; }
Property Value
Name
public string Name { get; }
Property Value
SubFamilyCode
public string SubFamilyCode { get; }
Property Value
Methods
FindBTC(string, SepaCreditDebitIndicator, string)
Try to find a SepaBTC instance matching the given transaction properties.
public static SepaBTC FindBTC(string sGVC, SepaCreditDebitIndicator nCdtDbtInd, string sPurpCd)
Parameters
sGVC
stringThe GV Code of the transaction for which to find a BTC. This must not be
null
or an empty string.nCdtDbtInd
SepaCreditDebitIndicatorIndicates 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.
sPurpCd
stringOptional transaction Purpose Code. This should be provided to find the best matching BTC for a particular GVC.
Returns
- 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()
public override string ToString()