Package-level declarations
Types
Link copied to clipboard
data class CustomerVerificationRequest(val merchantRefNum: String, val language: String? = null) : Parcelable
Data class representing a Customer Verification Request.
Link copied to clipboard
data class KycVerification(val customerId: String, val externalId: String, val kycVerificationStatus: KycVerificationStatus)
Represents the status of the KYC verification.
Link copied to clipboard
The status of the KYC verification.
Link copied to clipboard
Enum class represent customer verification result.