TransactionNotFoundResult
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| TxId | string |
Methods
NewTransactionNotFoundResult
func NewTransactionNotFoundResult(txId string, ) *TransactionNotFoundResult
NewTransactionNotFoundResult instantiates a new TransactionNotFoundResult 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
NewTransactionNotFoundResultWithDefaults
func NewTransactionNotFoundResultWithDefaults() *TransactionNotFoundResult
NewTransactionNotFoundResultWithDefaults instantiates a new TransactionNotFoundResult 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
GetTxId
func (o *TransactionNotFoundResult) GetTxId() string
GetTxId returns the TxId field if non-nil, zero value otherwise.
GetTxIdOk
func (o *TransactionNotFoundResult) GetTxIdOk() (*string, bool)
GetTxIdOk returns a tuple with the TxId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTxId
func (o *TransactionNotFoundResult) SetTxId(v string)
SetTxId sets TxId field to given value.