CardProductByIdResultPayload
No description
union CardProductByIdResultPayload = CardProduct | CardProductNotFoundRejection | ForbiddenRejection
Possible types
CardProductByIdResultPayload.CardProduct
object
Card Product
CardProductByIdResultPayload.CardProductNotFoundRejection
object
CardProductByIdResultPayload.ForbiddenRejection
object
Returned By
cardProductById
query