Attributes

public struct Attributes

A collection of information about the individual from the inquiry

  • The birthdate of the individual

    Declaration

    Swift

    public let birthdate: Date?
  • The name of the individual

    Declaration

    Swift

    public let name: Name?
  • The address of the individual

    Declaration

    Swift

    public let address: Address?