GrantVerificationsResponse

data class GrantVerificationsResponse(val verifications: List<VerificationView>, val failedVerifications: List<GrantVerificationsGrantError>)

Constructors

Link copied to clipboard
constructor(verifications: List<VerificationView>, failedVerifications: List<GrantVerificationsGrantError>)

Properties