Class FinVopVerificationBuilder
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
FinContactnSegmentTypesStartGD
int
Properties
NarrativeStructured
public abstract bool NarrativeStructured { get; }
Property Value
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