PayflowProResponseOutput
type PayflowProResponseOutput = {
__typename?: 'PayflowProResponseOutput'; /** The cart with the updated selected payment method. */
cart: Cart;
};type PayflowProResponseOutput = {
__typename?: 'PayflowProResponseOutput'; /** The cart with the updated selected payment method. */
cart: Cart;
};