Skip to main content

AddCardsWithGroupDeliveryPayload

No description

union AddCardsWithGroupDeliveryPayload = AddCardsWithGroupDeliverySuccessPayload | AddingCardsToDifferentAccountsRejection | BadAccountStatusRejection | TooManyItemsRejection | AccountMembershipNotAllowedRejection | CardPackageNotAllowedRejection | CardProductInvalidFundingTypeRejection | 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.CardPackageNotAllowedRejection object​

Rejection returned if card package is not allowed

AddCardsWithGroupDeliveryPayload.CardProductInvalidFundingTypeRejection object​

Rejection returned when a card product funding type is invalid. It can occur for example when an individual account holder tries to create a card with a credit card product.

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