TransactionNotFound
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Found | bool | ||
| Result | TransactionNotFoundResult |
Methods
NewTransactionNotFound
func NewTransactionNotFound(found bool, result TransactionNotFoundResult, ) *TransactionNotFound
NewTransactionNotFound instantiates a new TransactionNotFound 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
NewTransactionNotFoundWithDefaults
func NewTransactionNotFoundWithDefaults() *TransactionNotFound
NewTransactionNotFoundWithDefaults instantiates a new TransactionNotFound 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
GetFound
func (o *TransactionNotFound) GetFound() bool
GetFound returns the Found field if non-nil, zero value otherwise.
GetFoundOk
func (o *TransactionNotFound) GetFoundOk() (*bool, bool)
GetFoundOk returns a tuple with the Found field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFound
func (o *TransactionNotFound) SetFound(v bool)
SetFound sets Found field to given value.
GetResult
func (o *TransactionNotFound) GetResult() TransactionNotFoundResult
GetResult returns the Result field if non-nil, zero value otherwise.
GetResultOk
func (o *TransactionNotFound) GetResultOk() (*TransactionNotFoundResult, bool)
GetResultOk returns a tuple with the Result field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetResult
func (o *TransactionNotFound) SetResult(v TransactionNotFoundResult)
SetResult sets Result field to given value.