Complete Email Sortierer implementation with Appwrite and Stripe integration
This commit is contained in:
13
server/node_modules/stripe/esm/resources/TaxIds.js
generated
vendored
Normal file
13
server/node_modules/stripe/esm/resources/TaxIds.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// File generated from our OpenAPI spec
|
||||
import { StripeResource } from '../StripeResource.js';
|
||||
const stripeMethod = StripeResource.method;
|
||||
export const TaxIds = StripeResource.extend({
|
||||
create: stripeMethod({ method: 'POST', fullPath: '/v1/tax_ids' }),
|
||||
retrieve: stripeMethod({ method: 'GET', fullPath: '/v1/tax_ids/{id}' }),
|
||||
list: stripeMethod({
|
||||
method: 'GET',
|
||||
fullPath: '/v1/tax_ids',
|
||||
methodType: 'list',
|
||||
}),
|
||||
del: stripeMethod({ method: 'DELETE', fullPath: '/v1/tax_ids/{id}' }),
|
||||
});
|
||||
Reference in New Issue
Block a user