Class FinVopVerificationBuilder

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

Common base class for Verification of Payee Opt-In FinVopVerificationOptInBuilder and Opt-Out FinVopVerificationOptOutBuilder.

public abstract class FinVopVerificationBuilder : FinOrderBuilder
Inheritance
FinVopVerificationBuilder
Derived
Inherited Members

Constructors

FinVopVerificationBuilder(FinContact, int)

public FinVopVerificationBuilder(FinContact aContact, int nSegmentTypesStartGD)

Parameters

aContact FinContact
nSegmentTypesStartGD int

Properties

NarrativeStructured

public abstract bool NarrativeStructured { get; }

Property Value

bool

SegmentTypes

List of order segment types, for which the derived Verification of Payee order segment type (HKVPP or HKVOO) is supported.

public string[] SegmentTypes { get; }

Property Value

string[]

Methods

IsSupportedSegmentType(string)

Indicates whether the derived Verification of Payee order segment type (HKVPP or HKVOO) can be used together with the given sSegmentType.

public bool IsSupportedSegmentType(string sSegmentType)

Parameters

sSegmentType string

Returns

bool

Exceptions

ArgumentNullException