Cash Management End of Day Report (CAMT.053)
The CashManagementEndOfDayReport
class represents a Cash Management End of Day Report (CAMT.053.x). This class encapsulates the data and functionality related to processing and accessing information from a CAMT.053 XML file.
Unlike Payment Initation messages, you do not need an iso20022
object to create them with, since all the relevant data is contained within the XML.
To create a CashManagementEndOfDayReport
instance from a raw XML string:
For detailed information about the types used in this class (such as Statement
, Entry
, Transaction
, and Party
), please refer to the API documentation.
messageId
: Gets the unique identifier for the message.recipient
: Information about the recipient receiving the report.
name
: Gets the name of the recipient.id
: Gets the ID of the recipient.creationDate
: Gets the date and time when the report was created.statements
: Gets all statements included in the report.transactions
: Retrieves all transactions from all statements in the report.entries
: Retrieves all entries from all statements in the report.static fromXML(rawXml: string): CashManagementEndOfDayReport
Creates a CashManagementEndOfDayReport
instance from a raw XML string.
rawXml
: The raw XML string containing the CAMT.053 data.CashManagementEndOfDayReport
.Cash Management End of Day Report (CAMT.053)
The CashManagementEndOfDayReport
class represents a Cash Management End of Day Report (CAMT.053.x). This class encapsulates the data and functionality related to processing and accessing information from a CAMT.053 XML file.
Unlike Payment Initation messages, you do not need an iso20022
object to create them with, since all the relevant data is contained within the XML.
To create a CashManagementEndOfDayReport
instance from a raw XML string:
For detailed information about the types used in this class (such as Statement
, Entry
, Transaction
, and Party
), please refer to the API documentation.
messageId
: Gets the unique identifier for the message.recipient
: Information about the recipient receiving the report.
name
: Gets the name of the recipient.id
: Gets the ID of the recipient.creationDate
: Gets the date and time when the report was created.statements
: Gets all statements included in the report.transactions
: Retrieves all transactions from all statements in the report.entries
: Retrieves all entries from all statements in the report.static fromXML(rawXml: string): CashManagementEndOfDayReport
Creates a CashManagementEndOfDayReport
instance from a raw XML string.
rawXml
: The raw XML string containing the CAMT.053 data.CashManagementEndOfDayReport
.