DocumentUserMetadataPeriodDto

data class DocumentUserMetadataPeriodDto(unit: PeriodUnitEnum?, duration: Int?)

Parameters

unit
  • @param duration Number of period units which defines the total period duration. This parameter should be used together with the 'unit' parameter. Document must have the ''documentDate'' set or it should be supplied as another edit parameter within the same request.

Constructors

DocumentUserMetadataPeriodDto
Link copied to clipboard
fun DocumentUserMetadataPeriodDto(unit: PeriodUnitEnum? = null, duration: Int? = null)
  • @param duration Number of period units which defines the total period duration. This parameter should be used together with the 'unit' parameter. Document must have the ''documentDate'' set or it should be supplied as another edit parameter within the same request.

Properties

duration
Link copied to clipboard
@SerializedName(value = duration)
val duration: Int? = null
unit
Link copied to clipboard
@SerializedName(value = unit)
val unit: PeriodUnitEnum? = null
  • @param duration Number of period units which defines the total period duration. This parameter should be used together with the 'unit' parameter. Document must have the ''documentDate'' set or it should be supplied as another edit parameter within the same request.