GetClientsTemplateResponse

@Serializable
data class GetClientsTemplateResponse(val activationDate: LocalDate? = null, val datatables: Set<GetClientsDataTables>? = null, val officeId: Long? = null, val officeOptions: Set<GetClientsOfficeOptions>? = null, val savingProductOptions: Set<GetClientsSavingProductOptions>? = null, val staffOptions: Set<GetClientsStaffOptions>? = null)

GetClientsTemplateResponse

Parameters

activationDate
datatables
officeId
officeOptions
savingProductOptions
staffOptions

Constructors

Link copied to clipboard
constructor(activationDate: LocalDate? = null, datatables: Set<GetClientsDataTables>? = null, officeId: Long? = null, officeOptions: Set<GetClientsOfficeOptions>? = null, savingProductOptions: Set<GetClientsSavingProductOptions>? = null, staffOptions: Set<GetClientsStaffOptions>? = null)

Properties

Link copied to clipboard
val activationDate: LocalDate? = null
Link copied to clipboard
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
Link copied to clipboard