Skip to main content

GenerateCreditStatementPayload

No description

union GenerateCreditStatementPayload = BadRequestRejection | ForbiddenRejection | CreditStatement | AccountHolderNotFoundRejection | AccountNotFoundRejection | RepaymentCycleNotFoundRejection | CreditLimitSettingsNotFoundRejection

Possible types

GenerateCreditStatementPayload.BadRequestRejection object

Rejection when an inputs contains an error

GenerateCreditStatementPayload.ForbiddenRejection object

GenerateCreditStatementPayload.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

GenerateCreditStatementPayload.AccountHolderNotFoundRejection object

Rejection returned when the Account Holder was not found

GenerateCreditStatementPayload.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

GenerateCreditStatementPayload.RepaymentCycleNotFoundRejection object

Rejection when a repayment cycle is not found

GenerateCreditStatementPayload.CreditLimitSettingsNotFoundRejection object

Rejection when an inputs contains an error

Returned By

generateCreditStatement mutation