# Rust API client for mcb_acct_trn_gen IFX Services for Metropolitan ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client. - API version: 0.0.1 - Package version: 5.0.0 - Build package: org.openapitools.codegen.languages.RustClientCodegen ## Installation Put the package under your project folder and add the following to `Cargo.toml` under `[dependencies]`: ``` openapi = { path = "./generated" } ``` ## Documentation for API Endpoints All URIs are relative to *http://localhost:8091/efxService/v0_1* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- *AcctTrnServiceControllerApi* | [**acct_trn_inq_using_post**](docs/AcctTrnServiceControllerApi.md#acct_trn_inq_using_post) | **POST** /AcctTrn | acctTrnInq ## Documentation For Models - [AcctKeys](docs/AcctKeys.md) - [AcctRef](docs/AcctRef.md) - [AcctTrnInfo](docs/AcctTrnInfo.md) - [AcctTrnInqRq](docs/AcctTrnInqRq.md) - [AcctTrnInqRqAcctTrnInqRq](docs/AcctTrnInqRqAcctTrnInqRq.md) - [AcctTrnInqRs](docs/AcctTrnInqRs.md) - [AcctTrnInqRsAcctTrnInqRs](docs/AcctTrnInqRsAcctTrnInqRs.md) - [AcctTrnRec](docs/AcctTrnRec.md) - [AcctTrnSel](docs/AcctTrnSel.md) - [AcctTrnStatus](docs/AcctTrnStatus.md) - [AcctType](docs/AcctType.md) - [ChkNumRange](docs/ChkNumRange.md) - [Client](docs/Client.md) - [CurAmtRange](docs/CurAmtRange.md) - [CurCode](docs/CurCode.md) - [DtRange](docs/DtRange.md) - [EfxHdr](docs/EfxHdr.md) - [HighCurAmt](docs/HighCurAmt.md) - [LowCurAmt](docs/LowCurAmt.md) - [Organization](docs/Organization.md) - [RecCtrlIn](docs/RecCtrlIn.md) - [RecCtrlOut](docs/RecCtrlOut.md) - [Status](docs/Status.md) - [StmtRunningBal](docs/StmtRunningBal.md) - [Tracking](docs/Tracking.md) - [TrnAmt](docs/TrnAmt.md) To get access to the crate's generated documentation, use: ``` cargo doc --open ``` ## Author