Class FinAcctStmtCamtBuilder
Builder for electronic account statement CAMT 053 downloads (HKECA).
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 FinAcctStmtCamtBuilder : FinAcknowledgeableBuilder
Constructors
FinAcctStmtCamtBuilder(FinContact)
Declaration
public FinAcctStmtCamtBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
Fin |
aContact |
Properties
AcknowledgementRequired
Declaration
public override bool AcknowledgementRequired { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
MaxEntriesAllowed
True if the request parameter MaxEntries may be set.
Declaration
public bool MaxEntriesAllowed { get; }
Property Value
Type | Description |
---|---|
System. |
StmtNoAllowed
Declaration
public bool StmtNoAllowed { get; }
Property Value
Type | Description |
---|---|
System. |
SupportedCamtFormats
Array of supported CAMT formats. This is never null
and should never be
empty.
Declaration
public string[] SupportedCamtFormats { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
Build(FinAcct, Int32, Int32, Int32, String)
Declaration
public FinAcctStmtOrder Build(FinAcct aOrderAcct, int nStmtNo, int nStmtYear, int nMaxNoEntries, string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
Fin |
aOrderAcct | |
System. |
nStmtNo | |
System. |
nStmtYear | |
System. |
nMaxNoEntries | |
System. |
sScrollRef |
Returns
Type | Description |
---|---|
Fin |