Class FinVopVerificationOptInBuilder
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
aContactFinContact
Properties
MaxEntriesAllowed
True if the request parameter MaxEntries may be set.
public bool MaxEntriesAllowed { get; }
Property Value
MaxNumberOfTransactions
public int MaxNumberOfTransactions { get; }
Property Value
NarrativeStructured
public override bool NarrativeStructured { get; }
Property Value
PartialReport
public bool PartialReport { get; }
Property Value
SingleOrderBatchAllowed
public bool SingleOrderBatchAllowed { get; }
Property Value
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
aSepaOrderFinOrderThe 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.