# TransactionInputSupportedParams

## Properties

| Name            | Type                                           | Description | Notes |
| --------------- | ---------------------------------------------- | ----------- | ----- |
| **PartnerData** | **TransactionInputSupportedParamsPartnerData** |             |       |
| **Theme**       | **TransactionInputSupportedParamsTheme**       |             |       |

## Methods

### NewTransactionInputSupportedParams

`func NewTransactionInputSupportedParams(partnerData TransactionInputSupportedParamsPartnerData, theme TransactionInputSupportedParamsTheme, ) *TransactionInputSupportedParams`

NewTransactionInputSupportedParams instantiates a new TransactionInputSupportedParams object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

### NewTransactionInputSupportedParamsWithDefaults

`func NewTransactionInputSupportedParamsWithDefaults() *TransactionInputSupportedParams`

NewTransactionInputSupportedParamsWithDefaults instantiates a new TransactionInputSupportedParams object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

### GetPartnerData

`func (o *TransactionInputSupportedParams) GetPartnerData() TransactionInputSupportedParamsPartnerData`

GetPartnerData returns the PartnerData field if non-nil, zero value otherwise.

### GetPartnerDataOk

`func (o *TransactionInputSupportedParams) GetPartnerDataOk() (*TransactionInputSupportedParamsPartnerData, bool)`

GetPartnerDataOk returns a tuple with the PartnerData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetPartnerData

`func (o *TransactionInputSupportedParams) SetPartnerData(v TransactionInputSupportedParamsPartnerData)`

SetPartnerData sets PartnerData field to given value.

### GetTheme

`func (o *TransactionInputSupportedParams) GetTheme() TransactionInputSupportedParamsTheme`

GetTheme returns the Theme field if non-nil, zero value otherwise.

### GetThemeOk

`func (o *TransactionInputSupportedParams) GetThemeOk() (*TransactionInputSupportedParamsTheme, bool)`

GetThemeOk returns a tuple with the Theme field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetTheme

`func (o *TransactionInputSupportedParams) SetTheme(v TransactionInputSupportedParamsTheme)`

SetTheme sets Theme field to given value.

\[Back to Model list] \[Back to API list] \[Back to README]


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.usemoon.ai/sdks/golang/transactioninputsupportedparams.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
