VerifiedIdentityVerification

constructor(id: String, verifiedCustomer: IdentityVerificationVerifiedCustomer, requestedAt: @Serializable(with = InstantSerializer::class) Instant, updatedAt: @Serializable(with = InstantSerializer::class) Instant, statusChangedAt: @Serializable(with = InstantSerializer::class) Instant, verifiedAt: @Serializable(with = InstantSerializer::class) Instant, pgTxId: String, pgRawResponse: String, channel: SelectedChannel? = null, customData: String? = null)