/* eslint-disable */
import * as Types from '@graphcommerce/graphql-mesh/.mesh';

export type SelectedPaymentMethodFragment = { code: string, title: string, purchase_order_number?: string | null };
