DocumentCreationResponseDto

data class DocumentCreationResponseDto(id: String)

Parameters

id

This is a unique identifier which is used to identify the document on Sensibill's system.

Constructors

DocumentCreationResponseDto
Link copied to clipboard
fun DocumentCreationResponseDto(id: String)
This is a unique identifier which is used to identify the document on Sensibill's system.

Properties

id
Link copied to clipboard
@SerializedName(value = id)
val id: String
This is a unique identifier which is used to identify the document on Sensibill's system.