Class FinAcctDetailsBuilder
Builder for account details requests orders (HKKIF)
public class FinAcctDetailsBuilder : FinOrderBuilder
- Inheritance
-
FinAcctDetailsBuilder
- Inherited Members
Constructors
FinAcctDetailsBuilder(FinContact)
public FinAcctDetailsBuilder(FinContact aContact)
Parameters
aContactFinContact
Properties
AllAcctAllowed
True if all accounts may be requested in one order.
public bool AllAcctAllowed { get; }
Property Value
MaxEntriesAllowed
True if the request parameter MaxEntries may be set.
public bool MaxEntriesAllowed { get; }
Property Value
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
aOrderAcctFinAcctThe ordering customers account information.
fAllAcctboolIf
true, then account details for all accounts of the account holder of the given order account are returned. Must only be set, when AllAcctAllowed istrue.nMaxNoEntriesintOptional max number of entries to return. Must only be specified when MaxEntriesAllowed is true. Must be zero, otherwise.
sScrollRefstringOptional scroll reference from a previous inquiry.