Name | Type | Description | Notes |
---|---|---|---|
Product | string | Represents the Crypto APIs 2.0 product which sends the callback. | |
Event | string | Defines the specific event, for which a callback subscription is set. | |
Item | ConfirmedTokensTransactionForCertainAmountOrHigherDataItem |
func NewConfirmedTokensTransactionForCertainAmountOrHigherData(product string, event string, item ConfirmedTokensTransactionForCertainAmountOrHigherDataItem, ) *ConfirmedTokensTransactionForCertainAmountOrHigherData
NewConfirmedTokensTransactionForCertainAmountOrHigherData instantiates a new ConfirmedTokensTransactionForCertainAmountOrHigherData 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
func NewConfirmedTokensTransactionForCertainAmountOrHigherDataWithDefaults() *ConfirmedTokensTransactionForCertainAmountOrHigherData
NewConfirmedTokensTransactionForCertainAmountOrHigherDataWithDefaults instantiates a new ConfirmedTokensTransactionForCertainAmountOrHigherData 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
func (o *ConfirmedTokensTransactionForCertainAmountOrHigherData) GetProduct() string
GetProduct returns the Product field if non-nil, zero value otherwise.
func (o *ConfirmedTokensTransactionForCertainAmountOrHigherData) GetProductOk() (*string, bool)
GetProductOk returns a tuple with the Product field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfirmedTokensTransactionForCertainAmountOrHigherData) SetProduct(v string)
SetProduct sets Product field to given value.
func (o *ConfirmedTokensTransactionForCertainAmountOrHigherData) GetEvent() string
GetEvent returns the Event field if non-nil, zero value otherwise.
func (o *ConfirmedTokensTransactionForCertainAmountOrHigherData) GetEventOk() (*string, bool)
GetEventOk returns a tuple with the Event field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfirmedTokensTransactionForCertainAmountOrHigherData) SetEvent(v string)
SetEvent sets Event field to given value.
func (o *ConfirmedTokensTransactionForCertainAmountOrHigherData) GetItem() ConfirmedTokensTransactionForCertainAmountOrHigherDataItem
GetItem returns the Item field if non-nil, zero value otherwise.
func (o *ConfirmedTokensTransactionForCertainAmountOrHigherData) GetItemOk() (*ConfirmedTokensTransactionForCertainAmountOrHigherDataItem, bool)
GetItemOk returns a tuple with the Item field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfirmedTokensTransactionForCertainAmountOrHigherData) SetItem(v ConfirmedTokensTransactionForCertainAmountOrHigherDataItem)
SetItem sets Item field to given value.