Class FinVopVerificationOptInBuilder
Builder for Verification of Payee Opt-In orders (HKVPP).
Inheritance
FinVopVerificationOptInBuilder
Assembly: Subsembly.FinTS.Core.dll
Syntax
public sealed class FinVopVerificationOptInBuilder : FinVopVerificationBuilder
Constructors
Declaration
public FinVopVerificationOptInBuilder(FinContact aContact)
Parameters
Properties
MaxEntriesAllowed
True if the request parameter MaxEntries may be set.
Declaration
public bool MaxEntriesAllowed { get; }
Property Value
MaxNumberOfTransactions
Declaration
public int MaxNumberOfTransactions { get; }
Property Value
NarrativeStructured
Declaration
public override bool NarrativeStructured { get; }
Property Value
Overrides
PartialReport
Declaration
public bool PartialReport { get; }
Property Value
SingleOrderBatchAllowed
Declaration
public bool SingleOrderBatchAllowed { get; }
Property Value
All Payment Status Report formats that are supported by the server.
Declaration
public string[] SupportedPaymentStatusFormats { get; }
Property Value
Methods
Build(FinOrder)
Declaration
public FinVopVerificationOptInOrder Build(FinOrder aSepaOrder)
Parameters
Type |
Name |
Description |
FinOrder |
aSepaOrder |
The actual SEPA payment order for which this Verification of Payee Opt-In is sent.
This may be null , however, for better Verification of Payee results, this
should be included.
|
Returns