Type alias DowJonesGetTransactionStatusByCaseIdAndIdResponse

DowJonesGetTransactionStatusByCaseIdAndIdResponse: {
    data: {
        attributes: TransactionData;
        id: string;
        links: ResponseLinksSelf;
        type: string;
    };
}

Type declaration

  • data: {
        attributes: TransactionData;
        id: string;
        links: ResponseLinksSelf;
        type: string;
    }

Generated using TypeDoc