Customer Identity Requests
object CustomerIdentityRequests
Contains request model types used by customer identity API operations.
Types
Link copied to clipboard
data class CreateCustomerIdentityRequest(val address: FrameObjects.BillingAddress, val firstName: String, val lastName: String, val dateOfBirth: String, val phoneNumber: String, val email: String, val ssn: String)
The request body required to create a new customer identity verification record.