Class FinAcctDetailsBuilder

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

Builder for account details requests orders (HKKIF)

public class FinAcctDetailsBuilder : FinOrderBuilder
Inheritance
FinAcctDetailsBuilder
Inherited Members

Constructors

FinAcctDetailsBuilder(FinContact)

public FinAcctDetailsBuilder(FinContact aContact)

Parameters

aContact FinContact

Properties

AllAcctAllowed

True if all accounts may be requested in one order.

public bool AllAcctAllowed { get; }

Property Value

bool

MaxEntriesAllowed

True if the request parameter MaxEntries may be set.

public bool MaxEntriesAllowed { get; }

Property Value

bool

Methods

Build(FinAcct, bool, int, string)

Builds an account details request order.

public FinAcctDetailsOrder Build(FinAcct aOrderAcct, bool fAllAcct = false, int nMaxNoEntries = 0, string sScrollRef = null)

Parameters

aOrderAcct FinAcct

The ordering customers account information.

fAllAcct bool

If true, then account details for all accounts of the account holder of the given order account are returned. Must only be set, when AllAcctAllowed is true.

nMaxNoEntries int

Optional max number of entries to return. Must only be specified when MaxEntriesAllowed is true. Must be zero, otherwise.

sScrollRef string

Optional scroll reference from a previous inquiry.

Returns

FinAcctDetailsOrder