OtherIdNumberInput
Payload for another id number
Fields
other_id_qualifier
· String
· The qualifier of the other id number Used By
Definition
"""Payload for another id number"""input OtherIdNumberInput { """ The ID of the other id number """ id: ID
""" The other id number """ other_id: String
""" The qualifier of the other id number """ other_id_qualifier: String
""" The user ID of the other id number """ user_id: String}