PutStaffRequest

@Serializable
data class PutStaffRequest(val externalId: String? = null, val isLoanOfficer: Boolean? = null)

PutStaffRequest

Parameters

externalId
isLoanOfficer

Constructors

Link copied to clipboard
constructor(externalId: String? = null, isLoanOfficer: Boolean? = null)

Properties

Link copied to clipboard
val externalId: String? = null
Link copied to clipboard
val isLoanOfficer: Boolean? = null