Class FinAcctDetailsBuilder
Builder for account details requests orders (HKKIF)
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinAcctDetailsBuilder : FinOrderBuilder
Constructors
FinAcctDetailsBuilder(FinContact)
Declaration
public FinAcctDetailsBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Properties
AllAcctAllowed
True if all accounts may be requested in one order.
Declaration
public bool AllAcctAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxEntriesAllowed
True if the request parameter MaxEntries may be set.
Declaration
public bool MaxEntriesAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Build(FinAcct, Boolean, Int32, String)
Builds an account details request order.
Declaration
public FinAcctDetailsOrder Build(FinAcct aOrderAcct, bool fAllAcct = false, int nMaxNoEntries = 0, string sScrollRef = null)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aOrderAcct | The ordering customers account information. |
System.Boolean | fAllAcct | If |
System.Int32 | nMaxNoEntries | Optional max number of entries to return. Must only be specified when MaxEntriesAllowed is true. Must be zero, otherwise. |
System.String | sScrollRef | Optional scroll reference from a previous inquiry. |
Returns
Type | Description |
---|---|
FinAcctDetailsOrder |