> 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/golang/transactioninputsupportedparams.md).

# 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]
