CreditStatementPayload
No description
union CreditStatementPayload = AccountNotFoundRejection | CreditStatement | CreditStatementSuccessPayload | ForbiddenRejection | RepaymentCycleNotFoundRejection
Possible types
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
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.RepaymentCycleNotFoundRejection
object
Rejection when a repayment cycle is not found
Returned By
creditStatement
query