UNPKG

stripe

Version:
23 lines (22 loc) 737 B
// File generated from our OpenAPI spec import { StripeResource } from '../StripeResource.js'; const stripeMethod = StripeResource.method; export const InvoiceRenderingTemplates = StripeResource.extend({ retrieve: stripeMethod({ method: 'GET', fullPath: '/v1/invoice_rendering_templates/{template}', }), list: stripeMethod({ method: 'GET', fullPath: '/v1/invoice_rendering_templates', methodType: 'list', }), archive: stripeMethod({ method: 'POST', fullPath: '/v1/invoice_rendering_templates/{template}/archive', }), unarchive: stripeMethod({ method: 'POST', fullPath: '/v1/invoice_rendering_templates/{template}/unarchive', }), });