PostTellersRequest

@Serializable
data class PostTellersRequest(val dateFormat: String? = null, val description: String? = null, val locale: String? = null, val name: String? = null, val officeId: Long? = null, val startDate: LocalDate? = null, val status: PostTellersRequest.Status? = null)

PostTellersRequest

Parameters

dateFormat
description
locale
name
officeId
startDate
status

Constructors

Link copied to clipboard
constructor(dateFormat: String? = null, description: String? = null, locale: String? = null, name: String? = null, officeId: Long? = null, startDate: LocalDate? = null, status: PostTellersRequest.Status? = null)

Types

Link copied to clipboard
@Serializable
enum Status : Enum<PostTellersRequest.Status>

Values: INVALID,PENDING,ACTIVE,INACTIVE,CLOSED

Properties

Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
val startDate: LocalDate? = null
Link copied to clipboard