The Invoice Rendering Template object 

Billing
Invoice Rendering Templates
The Invoice Rendering Template object

Attributes

  • idstring

    Unique identifier for the object.

  • objectstring

    String representing the object’s type. Objects of the same type share the same value.

  • createdtimestamp

    Time at which the object was created. Measured in seconds since the Unix epoch.

  • livemodeboolean

    Has the value true if the object exists in live mode or the value false if the object exists in test mode.

  • metadatanullable object

    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.

  • nicknamenullable string

    A brief description of the template, hidden from customers

  • statusenum

    The status of the template, one of active or archived.

    Possible enum values
    active
    archived
  • versioninteger

    Version of this template; version increases by one when an update on the template changes any field that controls invoice rendering

The Invoice Rendering Template object
{
"id": "inrtem_abc",
"object": "invoice_rendering_template",
"nickname": "My Invoice Template",
"status": "active",
"version": 1,
"created": 1678942624,
"livemode": false
}