InvoiceRenderingTemplates
Create, update, delete, and query the Accounts you manage in Stripe.
View-Specific Information
Select
The provider uses the Stripe API to filter the results by the following columns and operators:
| Column | Supported Operators |
| Id | = |
The rest of the filter is executed client-side within the provider.
You can select from the InvoiceRenderingTemplates table with the following queries:
SELECT * FROM InvoiceRenderingTemplates;
SELECT * FROM InvoiceRenderingTemplates WHERE Id = 'alrt_61StTIaW2Fbu9eu8g41ATXQzBWNrl3s8';
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the object. | |
| Object | String | String representing the object’s type. Objects of the same type share the same value. | |
| Created | Datetime | Time at which the object was created. Measured in seconds since the Unix epoch. | |
| Livemode | Boolean | Has the value true if the object exists in live mode or the value false if the object exists in test mode. | |
| MetadataAggregate | String | Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. | |
| Nickname | String | A brief description of the template, hidden from customers. | |
| Status | String | The status of the template, one of active or archived.
The allowed values are active, archived. | |
| Version | Integer | Version of this template; version increases by one when an update on the template changes any field that controls invoice rendering. |