Class FinVopVerificationOrderBuilder
Builder for Verification of Payee orders (HKVPP).
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 class FinVopVerificationOrderBuilder : FinVopVerificationBuilder
Constructors
FinVopVerificationOrderBuilder(FinContact)
Declaration
public FinVopVerificationOrderBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Properties
MaxEntriesAllowed
True if the request parameter MaxEntries may be set.
Declaration
public bool MaxEntriesAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxNumberOfTransactions
Declaration
public int MaxNumberOfTransactions { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
NarrativeStructured
Declaration
public override bool NarrativeStructured { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
PartialReport
Declaration
public bool PartialReport { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SingleOrderBatchAllowed
Declaration
public bool SingleOrderBatchAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportedPaymentStatusFormats
All Payment Status Report formats that are supported by the server.
Declaration
public string[] SupportedPaymentStatusFormats { get; }
Property Value
Type | Description |
---|---|
System.String[] |
Methods
Build()
Declaration
public FinVopVerificationOrder Build()
Returns
Type | Description |
---|---|
FinVopVerificationOrder |