# SupportedDefaultResponseDefaultsId

## Properties

| Name              | Type        | Description | Notes |
| ----------------- | ----------- | ----------- | ----- |
| **Provider**      | **string**  |             |       |
| **PaymentMethod** | **string**  |             |       |
| **Amount**        | **float64** |             |       |
| **Target**        | **string**  |             |       |
| **Source**        | **string**  |             |       |

## Methods

### NewSupportedDefaultResponseDefaultsId

`func NewSupportedDefaultResponseDefaultsId(provider string, paymentMethod string, amount float64, target string, source string, ) *SupportedDefaultResponseDefaultsId`

NewSupportedDefaultResponseDefaultsId instantiates a new SupportedDefaultResponseDefaultsId 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

### NewSupportedDefaultResponseDefaultsIdWithDefaults

`func NewSupportedDefaultResponseDefaultsIdWithDefaults() *SupportedDefaultResponseDefaultsId`

NewSupportedDefaultResponseDefaultsIdWithDefaults instantiates a new SupportedDefaultResponseDefaultsId 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

### GetProvider

`func (o *SupportedDefaultResponseDefaultsId) GetProvider() string`

GetProvider returns the Provider field if non-nil, zero value otherwise.

### GetProviderOk

`func (o *SupportedDefaultResponseDefaultsId) GetProviderOk() (*string, bool)`

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

### SetProvider

`func (o *SupportedDefaultResponseDefaultsId) SetProvider(v string)`

SetProvider sets Provider field to given value.

### GetPaymentMethod

`func (o *SupportedDefaultResponseDefaultsId) GetPaymentMethod() string`

GetPaymentMethod returns the PaymentMethod field if non-nil, zero value otherwise.

### GetPaymentMethodOk

`func (o *SupportedDefaultResponseDefaultsId) GetPaymentMethodOk() (*string, bool)`

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

### SetPaymentMethod

`func (o *SupportedDefaultResponseDefaultsId) SetPaymentMethod(v string)`

SetPaymentMethod sets PaymentMethod field to given value.

### GetAmount

`func (o *SupportedDefaultResponseDefaultsId) GetAmount() float64`

GetAmount returns the Amount field if non-nil, zero value otherwise.

### GetAmountOk

`func (o *SupportedDefaultResponseDefaultsId) GetAmountOk() (*float64, bool)`

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

### SetAmount

`func (o *SupportedDefaultResponseDefaultsId) SetAmount(v float64)`

SetAmount sets Amount field to given value.

### GetTarget

`func (o *SupportedDefaultResponseDefaultsId) GetTarget() string`

GetTarget returns the Target field if non-nil, zero value otherwise.

### GetTargetOk

`func (o *SupportedDefaultResponseDefaultsId) GetTargetOk() (*string, bool)`

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

### SetTarget

`func (o *SupportedDefaultResponseDefaultsId) SetTarget(v string)`

SetTarget sets Target field to given value.

### GetSource

`func (o *SupportedDefaultResponseDefaultsId) GetSource() string`

GetSource returns the Source field if non-nil, zero value otherwise.

### GetSourceOk

`func (o *SupportedDefaultResponseDefaultsId) GetSourceOk() (*string, bool)`

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

### SetSource

`func (o *SupportedDefaultResponseDefaultsId) SetSource(v string)`

SetSource sets Source 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/supporteddefaultresponsedefaultsid.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.
