Interface OkCollectSuccessResponse

The OkCollect Success Response object contains information about the newly created user and location once an address has been successfully created. It can be used to extract information about the address and/or start address verification process.

Hierarchy

  • OkCollectSuccessResponse

Properties

location: OkHiLocation

The OkHiLocation object containing information about the newly created user.

startVerification: (() => Promise<string>)

Type declaration

    • (): Promise<string>
    • Starts address verification

      Returns Promise<string>

user: OkHiUser

The OkHiUser object containing information about the newly created user.

Generated using TypeDoc