<PackageReference Include="Relativity.Processing.SDK" Version="13.29.310" />

Relativity.Processing.V1.Services.Interfaces.DTOs.CustodianType

public enum CustodianType
Indicates whether a Person is normal (Person) or a non-custodial (Other) Or a Organization.
NotSet = 0

NotSet. The type of Custodian is not set. Relativity will treat this as a type of Person.

Organization. This type of Custodian has Full name.

Other = 2

Other. This type of Custodian does not have FirstName and LastName.

Person = 1

Person. This type of Custodian has FirstName and LastName.