Class FinVopVerificationOptInBuilder

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

Builder for Verification of Payee Opt-In orders (HKVPP).

public sealed class FinVopVerificationOptInBuilder : FinVopVerificationBuilder
Inheritance
FinVopVerificationOptInBuilder
Inherited Members

Constructors

FinVopVerificationOptInBuilder(FinContact)

public FinVopVerificationOptInBuilder(FinContact aContact)

Parameters

aContact FinContact

Properties

MaxEntriesAllowed

True if the request parameter MaxEntries may be set.

public bool MaxEntriesAllowed { get; }

Property Value

bool

MaxNumberOfTransactions

public int MaxNumberOfTransactions { get; }

Property Value

int

NarrativeStructured

public override bool NarrativeStructured { get; }

Property Value

bool

PartialReport

public bool PartialReport { get; }

Property Value

bool

SingleOrderBatchAllowed

public bool SingleOrderBatchAllowed { get; }

Property Value

bool

SupportedPaymentStatusFormats

All Payment Status Report formats that are supported by the server.

public string[] SupportedPaymentStatusFormats { get; }

Property Value

string[]

Methods

Build(FinOrder)

public FinVopVerificationOptInOrder Build(FinOrder aSepaOrder)

Parameters

aSepaOrder FinOrder

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

FinVopVerificationOptInOrder