Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 1.35 KB

Statement.md

File metadata and controls

17 lines (13 loc) · 1.35 KB

Statement

Properties

Name Type Description Notes
AccountGUID string The unique identifier for the `account` associated with the `statement`. Defined by MX. [optional] [default to null]
ContentHash string SHA256 digest of the pdf payload [optional] [default to null]
CreatedAt string The date and time the `statement` was created. [optional] [default to null]
GUID string The unique identifier for the `statement`. Defined by MX. [optional] [default to null]
MemberGUID string The unique identifier for the `member` associated with the `statement`. Defined by MX. [optional] [default to null]
Uri string A URI for accessing the byte payload of the `statement`. [optional] [default to null]
UserGUID string The unique identifier for the `user` associated with the `statement`. Defined by MX. [optional] [default to null]
UpdatedAt string The date and time at which the `statement` was last updated. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]