Interface PhysicalPersonDetail

interface PhysicalPersonDetail {
    id: number;
    label?: string;
    type: GenericField;
    value: string;
}

Properties

Properties

id: number
label?: string
value: string