interface FinancialEventResult {
    batch: string;
    error?: FinancialEventErrorDetails;
    externalReferences?: FinancialEventExternalReference[];
}

Properties

batch: string
externalReferences?: FinancialEventExternalReference[]