# BitcoinCashAPIResponse

## Properties

| Name        | Type                                        | Description | Notes       |
| ----------- | ------------------------------------------- | ----------- | ----------- |
| **Success** | **bool**                                    |             |             |
| **Message** | **string**                                  |             |             |
| **Body**    | Pointer to **InputBody**                    |             | \[optional] |
| **Address** | Pointer to **string**                       |             | \[optional] |
| **Data**    | Pointer to **BitcoinCashTransactionOutput** |             | \[optional] |

## Methods

### NewBitcoinCashAPIResponse

`func NewBitcoinCashAPIResponse(success bool, message string, ) *BitcoinCashAPIResponse`

NewBitcoinCashAPIResponse instantiates a new BitcoinCashAPIResponse 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

### NewBitcoinCashAPIResponseWithDefaults

`func NewBitcoinCashAPIResponseWithDefaults() *BitcoinCashAPIResponse`

NewBitcoinCashAPIResponseWithDefaults instantiates a new BitcoinCashAPIResponse 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

### GetSuccess

`func (o *BitcoinCashAPIResponse) GetSuccess() bool`

GetSuccess returns the Success field if non-nil, zero value otherwise.

### GetSuccessOk

`func (o *BitcoinCashAPIResponse) GetSuccessOk() (*bool, bool)`

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

### SetSuccess

`func (o *BitcoinCashAPIResponse) SetSuccess(v bool)`

SetSuccess sets Success field to given value.

### GetMessage

`func (o *BitcoinCashAPIResponse) GetMessage() string`

GetMessage returns the Message field if non-nil, zero value otherwise.

### GetMessageOk

`func (o *BitcoinCashAPIResponse) GetMessageOk() (*string, bool)`

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

### SetMessage

`func (o *BitcoinCashAPIResponse) SetMessage(v string)`

SetMessage sets Message field to given value.

### GetBody

`func (o *BitcoinCashAPIResponse) GetBody() InputBody`

GetBody returns the Body field if non-nil, zero value otherwise.

### GetBodyOk

`func (o *BitcoinCashAPIResponse) GetBodyOk() (*InputBody, bool)`

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

### SetBody

`func (o *BitcoinCashAPIResponse) SetBody(v InputBody)`

SetBody sets Body field to given value.

### HasBody

`func (o *BitcoinCashAPIResponse) HasBody() bool`

HasBody returns a boolean if a field has been set.

### GetAddress

`func (o *BitcoinCashAPIResponse) GetAddress() string`

GetAddress returns the Address field if non-nil, zero value otherwise.

### GetAddressOk

`func (o *BitcoinCashAPIResponse) GetAddressOk() (*string, bool)`

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

### SetAddress

`func (o *BitcoinCashAPIResponse) SetAddress(v string)`

SetAddress sets Address field to given value.

### HasAddress

`func (o *BitcoinCashAPIResponse) HasAddress() bool`

HasAddress returns a boolean if a field has been set.

### GetData

`func (o *BitcoinCashAPIResponse) GetData() BitcoinCashTransactionOutput`

GetData returns the Data field if non-nil, zero value otherwise.

### GetDataOk

`func (o *BitcoinCashAPIResponse) GetDataOk() (*BitcoinCashTransactionOutput, bool)`

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

### SetData

`func (o *BitcoinCashAPIResponse) SetData(v BitcoinCashTransactionOutput)`

SetData sets Data field to given value.

### HasData

`func (o *BitcoinCashAPIResponse) HasData() bool`

HasData returns a boolean if a field has been set.

\[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/bitcoincashapiresponse.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.
