Class FinCamtStatement
Specialized order for a CAMT statement inquiry (HKCAZ).
public class FinCamtStatement : FinOrder
- Inheritance
-
FinCamtStatement
- Inherited Members
Constructors
FinCamtStatement()
This ctor shall only be used when loading a previously persisted instance of this class.
public FinCamtStatement()
FinCamtStatement(FinSegment, FinAcct)
public FinCamtStatement(FinSegment aHKCAZ, FinAcct aOrderAcct)
Parameters
aHKCAZFinSegmentaOrderAcctFinAcct
Properties
BookedCamts
Creates and returns a new 'SepaDocument' for each entry in BookedTransBuffers.
public IEnumerable<SepaDocument> BookedCamts { get; }
Property Value
BookedTransBuffers
Provides the raw FinByteBuffers with the collected booked CAMT data.
public FinByteBuffer[] BookedTransBuffers { get; }
Property Value
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 NonbookedTransBuffers.
public IEnumerable<SepaDocument> NonbookedCamts { get; }
Property Value
NonbookedTransBuffers
Provides the raw FinByteBuffers with the collected nonbooked CAMT data.
public FinByteBuffer[] NonbookedTransBuffers { get; }
Property Value
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)
protected override bool InsertScrollRef(string sScrollRef)
Parameters
sScrollRefstring
Returns
OnExecuteComplete(FinDialog)
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
aDialogFinDialog