DocumentUserMetadataDto

data class DocumentUserMetadataDto(val expenseType: ExpenseTypeEnum? = null, val folders: List<String>? = null, val notes: String? = null, val warrantyPeriod: DocumentUserMetadataPeriodDto? = null, val returnPeriod: DocumentUserMetadataPeriodDto? = null)

Parameters

expenseType
folders

The folders this document belongs to

notes

General text note to the document.

warrantyPeriod
returnPeriod

Constructors

Link copied to clipboard
constructor(expenseType: ExpenseTypeEnum? = null, folders: List<String>? = null, notes: String? = null, warrantyPeriod: DocumentUserMetadataPeriodDto? = null, returnPeriod: DocumentUserMetadataPeriodDto? = null)

Properties

Link copied to clipboard
@SerializedName(value = "expenseType")
val expenseType: ExpenseTypeEnum? = null
Link copied to clipboard
@SerializedName(value = "folders")
val folders: List<String>? = null
Link copied to clipboard
@SerializedName(value = "notes")
val notes: String? = null
Link copied to clipboard
@SerializedName(value = "returnPeriod")
val returnPeriod: DocumentUserMetadataPeriodDto? = null
Link copied to clipboard
@SerializedName(value = "warrantyPeriod")
val warrantyPeriod: DocumentUserMetadataPeriodDto? = null