CreditStatementPayload
No description
union CreditStatementPayload = CreditStatement | CreditStatementSuccessPayload | ForbiddenRejection | AccountNotFoundRejection
Possible types
CreditStatementPayload.CreditStatement object
A statement represent metadata around a banking document that list all of the BOOKED banking transactions that have happened between startDate and endDate
CreditStatementPayload.CreditStatementSuccessPayload object
CreditStatementPayload.ForbiddenRejection object
CreditStatementPayload.AccountNotFoundRejection object
Rejection returned if the account was not found or if the user does not have the rights to know that the card exists
Returned By
creditStatement query