Skip to main content

AddCardsWithGroupDeliveryPayload

No description

union AddCardsWithGroupDeliveryPayload = AddCardsWithGroupDeliverySuccessPayload | AddingCardsToDifferentAccountsRejection | BadAccountStatusRejection | TooManyItemsRejection | AccountMembershipNotAllowedRejection | CardProductSuspendedRejection | CardProductNotApplicableToPhysicalCardsRejection | CardProductDisabledRejection | EnabledCardDesignNotFoundRejection | MissingMandatoryFieldRejection | ValidationRejection

Possible types

AddCardsWithGroupDeliveryPayload.AddCardsWithGroupDeliverySuccessPayload object

AddCardsWithGroupDeliveryPayload.AddingCardsToDifferentAccountsRejection object

Rejection returned if the attempting to add cards to different accounts.

AddCardsWithGroupDeliveryPayload.BadAccountStatusRejection object

Rejection returned if the status account is not valid

AddCardsWithGroupDeliveryPayload.TooManyItemsRejection object

Rejection returned if too many items are given

AddCardsWithGroupDeliveryPayload.AccountMembershipNotAllowedRejection object

Rejection returned when the Account Membership is not allowed to use an operation.

AddCardsWithGroupDeliveryPayload.CardProductSuspendedRejection object

Rejection returned if the card product is suspended.

AddCardsWithGroupDeliveryPayload.CardProductNotApplicableToPhysicalCardsRejection object

Rejection returned if the card product is not applicable to physical card.

AddCardsWithGroupDeliveryPayload.CardProductDisabledRejection object

Rejection returned if the card product is disabled.

AddCardsWithGroupDeliveryPayload.EnabledCardDesignNotFoundRejection object

Rejection returned if the card product don't have a card design enabled

AddCardsWithGroupDeliveryPayload.MissingMandatoryFieldRejection object

Rejection returned when mandatory fields are missing from the call.

AddCardsWithGroupDeliveryPayload.ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

addCardsWithGroupDelivery mutation