Type alias HighSystemsRequestPostTransaction

HighSystemsRequestPostTransaction: HighSystemsRequest & {
    id: any;
}

Type declaration

  • id: any

    The Transaction ID of the transaction you want to commit.

Generated using TypeDoc