Rocky_Mountain_Vending/.pnpm-store/v10/files/f2/fdf2505a12151e0ffc8e032f2bbf3d95e4407885a19747372d18b89e1526f09d762d0ab740e9ca35f57fbffb18d2bc3271c3d6a75ee58ca6ee210ebda577d3
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

9 lines
322 B
Text

// File generated from our OpenAPI spec
import { StripeResource } from '../../StripeResource.js';
const stripeMethod = StripeResource.method;
export const CreditBalanceSummary = StripeResource.extend({
retrieve: stripeMethod({
method: 'GET',
fullPath: '/v1/billing/credit_balance_summary',
}),
});