> 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/java/transactioninput.md).

# TransactionInput

## Properties

| Name                | Type                                                                                 | Description | Notes |
| ------------------- | ------------------------------------------------------------------------------------ | ----------- | ----- |
| **supportedParams** | [**TransactionInputSupportedParams**](/sdks/java/transactioninputsupportedparams.md) |             |       |
| **wallet**          | [**TransactionInputWallet**](/sdks/java/transactioninputwallet.md)                   |             |       |
| **metaData**        | [**TransactionInputMetaData**](/sdks/java/transactioninputmetadata.md)               |             |       |
| **originatingHost** | **String**                                                                           |             |       |
| **partnerContext**  | **String**                                                                           |             |       |
| **uuid**            | **String**                                                                           |             |       |
| **network**         | **String**                                                                           |             |       |
| **paymentMethod**   | **String**                                                                           |             |       |
| **type**            | **String**                                                                           |             |       |
| **amount**          | **Double**                                                                           |             |       |
| **destination**     | **String**                                                                           |             |       |
| **source**          | **String**                                                                           |             |       |
| **onramp**          | **String**                                                                           |             |       |
