Class SepaBTC

Namespace
Subsembly.Sepa
Assembly
Subsembly.Sepa.dll
public class SepaBTC
Inheritance
SepaBTC
Inherited Members

Properties

DomainCode

public string DomainCode { get; }

Property Value

string

FamilyCode

public string FamilyCode { get; }

Property Value

string

GVCode

public string GVCode { get; }

Property Value

string

Name

public string Name { get; }

Property Value

string

SubFamilyCode

public string SubFamilyCode { get; }

Property Value

string

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 string

The GV Code of the transaction for which to find a BTC. This must not be null or an empty string.

nCdtDbtInd SepaCreditDebitIndicator

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.

sPurpCd string

Optional 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()

Returns

string