Manual Reference Source Test
public class | source

PaperTemplate

Model representing a Paper Template.

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public
public
public
public
public

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object

JSON formatted response of an agreement

response.id Number

The id of the paper template

response.template_name String

The paper template name

response.description String

The description of the paper template

response.created_at String

Date when the paper template was created

response.updated_at String

Date when the paper template was last updated

Public Members

public createdAt: String source

public description: String source

public documentUrl: String source

public id: Number source

public templateName: String source

public updatedAt: String source