TransactionEventAsset

July 14, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
AssetEventTypePointer to string[optional]
AssetIdPointer to string[optional]
SenderPointer to string[optional]
RecipientPointer to string[optional]
AmountPointer to string[optional]
ValuePointer to string[optional]
MemoPointer to string[optional]

Methods

NewTransactionEventAsset

func NewTransactionEventAsset() *TransactionEventAsset

NewTransactionEventAsset instantiates a new TransactionEventAsset 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

NewTransactionEventAssetWithDefaults

func NewTransactionEventAssetWithDefaults() *TransactionEventAsset

NewTransactionEventAssetWithDefaults instantiates a new TransactionEventAsset 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

GetAssetEventType

func (o *TransactionEventAsset) GetAssetEventType() string

GetAssetEventType returns the AssetEventType field if non-nil, zero value otherwise.

GetAssetEventTypeOk

func (o *TransactionEventAsset) GetAssetEventTypeOk() (*string, bool)

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

SetAssetEventType

func (o *TransactionEventAsset) SetAssetEventType(v string)

SetAssetEventType sets AssetEventType field to given value.

HasAssetEventType

func (o *TransactionEventAsset) HasAssetEventType() bool

HasAssetEventType returns a boolean if a field has been set.

GetAssetId

func (o *TransactionEventAsset) GetAssetId() string

GetAssetId returns the AssetId field if non-nil, zero value otherwise.

GetAssetIdOk

func (o *TransactionEventAsset) GetAssetIdOk() (*string, bool)

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

SetAssetId

func (o *TransactionEventAsset) SetAssetId(v string)

SetAssetId sets AssetId field to given value.

HasAssetId

func (o *TransactionEventAsset) HasAssetId() bool

HasAssetId returns a boolean if a field has been set.

GetSender

func (o *TransactionEventAsset) GetSender() string

GetSender returns the Sender field if non-nil, zero value otherwise.

GetSenderOk

func (o *TransactionEventAsset) GetSenderOk() (*string, bool)

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

SetSender

func (o *TransactionEventAsset) SetSender(v string)

SetSender sets Sender field to given value.

HasSender

func (o *TransactionEventAsset) HasSender() bool

HasSender returns a boolean if a field has been set.

GetRecipient

func (o *TransactionEventAsset) GetRecipient() string

GetRecipient returns the Recipient field if non-nil, zero value otherwise.

GetRecipientOk

func (o *TransactionEventAsset) GetRecipientOk() (*string, bool)

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

SetRecipient

func (o *TransactionEventAsset) SetRecipient(v string)

SetRecipient sets Recipient field to given value.

HasRecipient

func (o *TransactionEventAsset) HasRecipient() bool

HasRecipient returns a boolean if a field has been set.

GetAmount

func (o *TransactionEventAsset) GetAmount() string

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

GetAmountOk

func (o *TransactionEventAsset) GetAmountOk() (*string, 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 *TransactionEventAsset) SetAmount(v string)

SetAmount sets Amount field to given value.

HasAmount

func (o *TransactionEventAsset) HasAmount() bool

HasAmount returns a boolean if a field has been set.

GetValue

func (o *TransactionEventAsset) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *TransactionEventAsset) GetValueOk() (*string, bool)

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

SetValue

func (o *TransactionEventAsset) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *TransactionEventAsset) HasValue() bool

HasValue returns a boolean if a field has been set.

GetMemo

func (o *TransactionEventAsset) GetMemo() string

GetMemo returns the Memo field if non-nil, zero value otherwise.

GetMemoOk

func (o *TransactionEventAsset) GetMemoOk() (*string, bool)

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

SetMemo

func (o *TransactionEventAsset) SetMemo(v string)

SetMemo sets Memo field to given value.

HasMemo

func (o *TransactionEventAsset) HasMemo() bool

HasMemo returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]