PrintPhysicalCardPayload
No description
union PrintPhysicalCardPayload = PrintPhysicalCardSuccessPayload | AccountMembershipNotAllowedRejection | AlreadyValidPhysicalCardRejection | BadAccountStatusRejection | BadRequestRejection | CardNotFoundRejection | CardProductNotApplicableToPhysicalCardsRejection | CardProductDisabledRejection | MissingMandatoryFieldRejection | ValidationRejection | InvalidShippingProviderRejection
Possible types
PrintPhysicalCardPayload.PrintPhysicalCardSuccessPayload
object
PrintPhysicalCardPayload.AccountMembershipNotAllowedRejection
object
Rejection returned when the Account Membership is not allowed to use an operation.
PrintPhysicalCardPayload.AlreadyValidPhysicalCardRejection
object
Rejection returned if card already has a valid Physical Card
PrintPhysicalCardPayload.BadAccountStatusRejection
object
Rejection returned if the status account is not valid
PrintPhysicalCardPayload.BadRequestRejection
object
PrintPhysicalCardPayload.CardNotFoundRejection
object
Rejection returned if the card was not found or if the user does not have the rights to know that the account exists
PrintPhysicalCardPayload.CardProductNotApplicableToPhysicalCardsRejection
object
Rejection returned if the card product is not applicable to physical card.
PrintPhysicalCardPayload.CardProductDisabledRejection
object
Rejection returned if the card product is disabled.
PrintPhysicalCardPayload.MissingMandatoryFieldRejection
object
Rejection returned when mandatory fields are missing from the call.
PrintPhysicalCardPayload.ValidationRejection
object
Rejection returned if an input contains invalid data
PrintPhysicalCardPayload.InvalidShippingProviderRejection
object
Rejection returned when the provided shipping provider is not compatible with the card printing hub and shipping country
Returned By
printPhysicalCard
mutation