> For the complete documentation index, see [llms.txt](https://docs.usemoon.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usemoon.ai/sdks/rust/transactioninput.md).

# TransactionInput

## Properties

| Name                  | Type                                                                                                                                              | Description | Notes |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----- |
| **supported\_params** | [**crate::models::TransactionInputSupportedParams**](https://github.com/moon-up/docs-sdk/blob/main/rust/docs/TransactionInput_supportedParams.md) |             |       |
| **wallet**            | [**crate::models::TransactionInputWallet**](https://github.com/moon-up/docs-sdk/blob/main/rust/docs/TransactionInput_wallet.md)                   |             |       |
| **meta\_data**        | [**crate::models::TransactionInputMetaData**](https://github.com/moon-up/docs-sdk/blob/main/rust/docs/TransactionInput_metaData.md)               |             |       |
| **originating\_host** | **String**                                                                                                                                        |             |       |
| **partner\_context**  | **String**                                                                                                                                        |             |       |
| **uuid**              | **String**                                                                                                                                        |             |       |
| **network**           | **String**                                                                                                                                        |             |       |
| **payment\_method**   | **String**                                                                                                                                        |             |       |
| **r#type**            | **String**                                                                                                                                        |             |       |
| **amount**            | **f64**                                                                                                                                           |             |       |
| **destination**       | **String**                                                                                                                                        |             |       |
| **source**            | **String**                                                                                                                                        |             |       |
| **onramp**            | **String**                                                                                                                                        |             |       |

[\[Back to Model list\]](/sdks/rust.md#documentation-for-models) [\[Back to API list\]](/sdks/rust.md#documentation-for-api-endpoints) [\[Back to README\]](/sdks/rust.md)
