AddSingleUseVirtualCardsPayload
No description
union AddSingleUseVirtualCardsPayload = AddSingleUseVirtualCardsSuccessPayload | AddingCardsToDifferentAccountsRejection | TooManyItemsRejection | BadAccountStatusRejection | AccountMembershipNotAllowedRejection | CardProductSuspendedRejection | CardProductDisabledRejection | EnabledCardDesignNotFoundRejection | MissingMandatoryFieldRejection | ValidationRejection
Possible types
AddSingleUseVirtualCardsPayload.AddSingleUseVirtualCardsSuccessPayload
object
AddSingleUseVirtualCardsPayload.AddingCardsToDifferentAccountsRejection
object
Rejection returned if the attempting to add cards to different accounts.
AddSingleUseVirtualCardsPayload.TooManyItemsRejection
object
Rejection returned if too many items are given
AddSingleUseVirtualCardsPayload.BadAccountStatusRejection
object
Rejection returned if the status account is not valid
AddSingleUseVirtualCardsPayload.AccountMembershipNotAllowedRejection
object
Rejection returned when the Account Membership is not allowed to use an operation.
AddSingleUseVirtualCardsPayload.CardProductSuspendedRejection
object
Rejection returned if the card product is suspended.
AddSingleUseVirtualCardsPayload.CardProductDisabledRejection
object
Rejection returned if the card product is disabled.
AddSingleUseVirtualCardsPayload.EnabledCardDesignNotFoundRejection
object
Rejection returned if the card product don't have a card design enabled
AddSingleUseVirtualCardsPayload.MissingMandatoryFieldRejection
object
Rejection returned when mandatory fields are missing from the call.
AddSingleUseVirtualCardsPayload.ValidationRejection
object
Rejection returned if an input contains invalid data
Returned By
addSingleUseVirtualCards
mutation