📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 17:35:23
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
stripe
/
esm
/
resources
/
Terminal
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/stripe/esm/resources/Terminal
🔄 Refresh
✏️
Editing: Locations.js
Writable
// File generated from our OpenAPI spec import { StripeResource } from '../../StripeResource.js'; const stripeMethod = StripeResource.method; export const Locations = StripeResource.extend({ create: stripeMethod({ method: 'POST', fullPath: '/v1/terminal/locations' }), retrieve: stripeMethod({ method: 'GET', fullPath: '/v1/terminal/locations/{location}', }), update: stripeMethod({ method: 'POST', fullPath: '/v1/terminal/locations/{location}', }), list: stripeMethod({ method: 'GET', fullPath: '/v1/terminal/locations', methodType: 'list', }), del: stripeMethod({ method: 'DELETE', fullPath: '/v1/terminal/locations/{location}', }), });
💾 Save Changes
❌ Cancel