PutTellersRequest

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

PutTellersRequest

Parameters

dateFormat
description
endDate
locale
name
officeId
startDate
status

Constructors

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

Types

Link copied to clipboard
@Serializable
enum Status : Enum<PutTellersRequest.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 endDate: LocalDate? = 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