Set Passport Data Errors Request
data class SetPassportDataErrorsRequest(userId: Int, errors: List<PassportElementError>)
Content copied to clipboard
Request body for setPassportDataErrors
Parameters
userId
User identifier
errors
A JSON-serialized array describing the errors
Constructors
SetPassportDataErrorsRequest
Link copied to clipboard
fun SetPassportDataErrorsRequest(userId: Int, errors: List<PassportElementError> = emptyList())
Content copied to clipboard
User identifier
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
copy
Link copied to clipboard
fun copy(userId: Int, errors: List<PassportElementError> = emptyList()): SetPassportDataErrorsRequest
Content copied to clipboard