AllowSddPayload
No description
union AllowSddPayload = AllowSddSuccessPayload | AccountNotFoundRejection | ValidationRejection
Possible types
AllowSddPayload.AllowSddSuccessPayload
object
AllowSddPayload.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
AllowSddPayload.ValidationRejection
object
Rejection returned if an input contains invalid data
Returned By
allowSdd
mutation