📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 10:25:32
📂
/ (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: ApplicationFees.js
Writable
// File generated from our OpenAPI spec import { StripeResource } from '../StripeResource.js'; const stripeMethod = StripeResource.method; export const ApplicationFees = StripeResource.extend({ retrieve: stripeMethod({ method: 'GET', fullPath: '/v1/application_fees/{id}', }), list: stripeMethod({ method: 'GET', fullPath: '/v1/application_fees', methodType: 'list', }), createRefund: stripeMethod({ method: 'POST', fullPath: '/v1/application_fees/{id}/refunds', }), listRefunds: stripeMethod({ method: 'GET', fullPath: '/v1/application_fees/{id}/refunds', methodType: 'list', }), retrieveRefund: stripeMethod({ method: 'GET', fullPath: '/v1/application_fees/{fee}/refunds/{id}', }), updateRefund: stripeMethod({ method: 'POST', fullPath: '/v1/application_fees/{fee}/refunds/{id}', }), });
💾 Save Changes
❌ Cancel