Class FinCamtStatement
Specialized order for a CAMT statement inquiry (HKCAZ).
Inherited Members
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinCamtStatement : FinOrder
Constructors
FinCamtStatement()
This ctor shall only be used when loading a previously persisted instance of this class.
Declaration
public FinCamtStatement()
FinCamtStatement(FinSegment)
Declaration
public FinCamtStatement(FinSegment aHKCAZ)
Parameters
Type | Name | Description |
---|---|---|
Fin |
aHKCAZ |
Properties
BookedCamts
Creates and returns a new 'SepaDocument' for each entry in
Booked
Declaration
public IEnumerable<SepaDocument> BookedCamts { get; }
Property Value
Type | Description |
---|---|
System. |
BookedTransBuffers
Provides the raw Fin
Declaration
public FinByteBuffer[] BookedTransBuffers { get; }
Property Value
Type | Description |
---|---|
Fin |
Remarks
Each buffer is assumed to be a complete CAMT.052 XML document. You may use the classes of the Subsembly SEPA API in order to parse these buffers into a convenient data object model.
See Also
NonbookedCamts
Creates and returns a new 'SepaDocument' for each entry in
Nonbooked
Declaration
public IEnumerable<SepaDocument> NonbookedCamts { get; }
Property Value
Type | Description |
---|---|
System. |
NonbookedTransBuffers
Provides the raw Fin
Declaration
public FinByteBuffer[] NonbookedTransBuffers { get; }
Property Value
Type | Description |
---|---|
Fin |
Remarks
Each buffer is assumed to be a complete CAMT.052 XML document. You may use the classes of the Subsembly SEPA API in order to parse these buffers into a convenient data object model.
See Also
Methods
InsertScrollRef(String)
Declaration
protected override bool InsertScrollRef(string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
System. |
sScrollRef |
Returns
Type | Description |
---|---|
System. |
Overrides
OnExecuteComplete(FinDialog)
Declaration
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
Type | Name | Description |
---|---|---|
Fin |
aDialog |