listingSupportsDirectCheckout(listing: Pick<ListingWithCount, "id" | "fields">): Promise<boolean>
Whether this listing can send QR code scanners directly to checkout. True when no extra contact fields or questions are required.
listing: Pick<ListingWithCount, "id" | "fields">