PutTellersTellerIdCashiersCashierIdResponseChanges

@Serializable
data class PutTellersTellerIdCashiersCashierIdResponseChanges(val dateFormat: String? = null, val description: String? = null, val endDate: LocalDate? = null, val locale: String? = null)

Parameters

dateFormat
description
endDate
locale

Constructors

constructor(dateFormat: String? = null, description: String? = null, endDate: LocalDate? = null, locale: String? = null)

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