📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 12:27:16
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
stripe
/
esm
/
resources
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/stripe/esm/resources
🔄 Refresh
✏️
Editing: Subscriptions.js
Writable
// File generated from our OpenAPI spec import { StripeResource } from '../StripeResource.js'; const stripeMethod = StripeResource.method; export const Subscriptions = StripeResource.extend({ create: stripeMethod({ method: 'POST', fullPath: '/v1/subscriptions' }), retrieve: stripeMethod({ method: 'GET', fullPath: '/v1/subscriptions/{subscription_exposed_id}', }), update: stripeMethod({ method: 'POST', fullPath: '/v1/subscriptions/{subscription_exposed_id}', }), list: stripeMethod({ method: 'GET', fullPath: '/v1/subscriptions', methodType: 'list', }), cancel: stripeMethod({ method: 'DELETE', fullPath: '/v1/subscriptions/{subscription_exposed_id}', }), deleteDiscount: stripeMethod({ method: 'DELETE', fullPath: '/v1/subscriptions/{subscription_exposed_id}/discount', }), resume: stripeMethod({ method: 'POST', fullPath: '/v1/subscriptions/{subscription}/resume', }), search: stripeMethod({ method: 'GET', fullPath: '/v1/subscriptions/search', methodType: 'search', }), });
💾 Save Changes
❌ Cancel