Class UpdateIdentifierRequest
public record UpdateIdentifierRequest
- Inheritance
-
object
UpdateIdentifierRequest
Constructors
UpdateIdentifierRequest(Guid, string, Guid?, bool, DateTime?)
public UpdateIdentifierRequest(Guid IdentifierTypeId, string ValueRaw, Guid? CountryId, bool IsPrimary, DateTime? ExpirationDate)
Parameters
IdentifierTypeId Guid
ValueRaw string
CountryId Guid?
IsPrimary bool
ExpirationDate DateTime?
Properties
CountryId
public Guid? CountryId { get; init; }
Property Value
- Guid?
ExpirationDate
public DateTime? ExpirationDate { get; init; }
Property Value
- DateTime?
IdentifierTypeId
public Guid IdentifierTypeId { get; init; }
Property Value
- Guid
IsPrimary
public bool IsPrimary { get; init; }
Property Value
- bool
ValueRaw
public string ValueRaw { get; init; }
Property Value
- string