Increase.Entities.Entity.ThirdPartyVerification (Increase v1.0.0)

Copy Markdown View Source

If you are using a third-party service for identity verification, you can use this field to associate this Entity with the identifier that represents them in that service.

Fields

  • reference - The reference identifier for the third party verification.
  • vendor - The vendor that was used to perform the verification.

Summary

Types

t()

@type t() :: %Increase.Entities.Entity.ThirdPartyVerification{
  reference: String.t(),
  vendor: String.t()
}