GetTellersResponse

@Serializable
data class GetTellersResponse(val creditAccountId: Long? = null, val debitAccountId: Long? = null, val id: Long? = null, val name: String? = null, val officeId: Long? = null, val officeName: String? = null, val startDate: LocalDate? = null, val status: GetTellersResponse.Status? = null)

GetTellersResponse

Parameters

creditAccountId
debitAccountId
id
name
officeId
officeName
startDate
status

Constructors

Link copied to clipboard
constructor(creditAccountId: Long? = null, debitAccountId: Long? = null, id: Long? = null, name: String? = null, officeId: Long? = null, officeName: String? = null, startDate: LocalDate? = null, status: GetTellersResponse.Status? = null)

Types

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

Values: INVALID,PENDING,ACTIVE,INACTIVE,CLOSED

Properties

Link copied to clipboard
val creditAccountId: Long? = null
Link copied to clipboard
val debitAccountId: Long? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
val officeName: String? = null
Link copied to clipboard
val startDate: LocalDate? = null
Link copied to clipboard