Class FinVopVerificationBuilder
Common base class for Verification of Payee Opt-In FinVopVerificationOrderBuilder and Opt-Out FinVopVerificationOptOutBuilder.
Inheritance
System.Object
FinVopVerificationBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public abstract class FinVopVerificationBuilder : FinOrderBuilder
Constructors
FinVopVerificationBuilder(FinContact, Int32)
Declaration
public FinVopVerificationBuilder(FinContact aContact, int nSegmentTypesStartGD)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact | |
System.Int32 | nSegmentTypesStartGD |
Properties
NarrativeStructured
Declaration
public abstract bool NarrativeStructured { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SegmentTypes
List of order segment types, for which the derived Verification of Payee order segment type (HKVPP or HKVOO) is supported.
Declaration
public string[] SegmentTypes { get; }
Property Value
Type | Description |
---|---|
System.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
.
Declaration
public bool IsSupportedSegmentType(string sSegmentType)
Parameters
Type | Name | Description |
---|---|---|
System.String | sSegmentType |
Returns
Type | Description |
---|---|
System.Boolean |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |