# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe # Invoice Rendering Templates are used to configure how invoices are rendered on surfaces like the PDF. Invoice Rendering Templates # can be created from within the Dashboard, and they can be used over the API when creating invoices. class InvoiceRenderingTemplate < APIResource extend Stripe::APIOperations::List OBJECT_NAME = "invoice_rendering_template" def self.object_name "invoice_rendering_template" end # Updates the status of an invoice rendering template to ‘archived' so no new Stripe objects (customers, invoices, etc.) can reference it. The template can also no longer be updated. However, if the template is already set on a Stripe object, it will continue to be applied on invoices generated by it. def archive(params = {}, opts = {}) request_stripe_object( method: :post, path: format("/v1/invoice_rendering_templates/%