interface FinancialEventExternalReference {
    id: number;
    type: FinancialEventExternalReferenceType;
}

Properties

Properties

id: number