Grant Verifications Response
data class GrantVerificationsResponse(val verifications: List<VerificationView>, val failedVerifications: List<GrantVerificationsGrantError>)
Constructors
Link copied to clipboard
constructor(verifications: List<VerificationView>, failedVerifications: List<GrantVerificationsGrantError>)