Name | Type | Description | Notes |
---|---|---|---|
Address | string | Represents the address of the transaction, per which the result is returned. | |
AllowDuplicates | Pointer to bool | Specifies a flag that permits or denies the creation of duplicate addresses. | [optional] [default to false] |
CallbackSecretKey | Pointer to string | Represents the Secret Key value provided by the customer. This field is used for security purposes during the callback notification, in order to prove the sender of the callback as Crypto APIs. For more information please see our Documentation. | [optional] |
CallbackUrl | string | Represents the URL that is set by the customer where the callback will be received at. The callback notification will be received only if and when the event occurs. `We support ONLY httpS type of protocol`. |
func NewNewUnconfirmedTokensTransactionsRBDataItem(address string, callbackUrl string, ) *NewUnconfirmedTokensTransactionsRBDataItem
NewNewUnconfirmedTokensTransactionsRBDataItem instantiates a new NewUnconfirmedTokensTransactionsRBDataItem 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 NewNewUnconfirmedTokensTransactionsRBDataItemWithDefaults() *NewUnconfirmedTokensTransactionsRBDataItem
NewNewUnconfirmedTokensTransactionsRBDataItemWithDefaults instantiates a new NewUnconfirmedTokensTransactionsRBDataItem 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 *NewUnconfirmedTokensTransactionsRBDataItem) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *NewUnconfirmedTokensTransactionsRBDataItem) 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.
func (o *NewUnconfirmedTokensTransactionsRBDataItem) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *NewUnconfirmedTokensTransactionsRBDataItem) GetAllowDuplicates() bool
GetAllowDuplicates returns the AllowDuplicates field if non-nil, zero value otherwise.
func (o *NewUnconfirmedTokensTransactionsRBDataItem) GetAllowDuplicatesOk() (*bool, bool)
GetAllowDuplicatesOk returns a tuple with the AllowDuplicates field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewUnconfirmedTokensTransactionsRBDataItem) SetAllowDuplicates(v bool)
SetAllowDuplicates sets AllowDuplicates field to given value.
func (o *NewUnconfirmedTokensTransactionsRBDataItem) HasAllowDuplicates() bool
HasAllowDuplicates returns a boolean if a field has been set.
func (o *NewUnconfirmedTokensTransactionsRBDataItem) GetCallbackSecretKey() string
GetCallbackSecretKey returns the CallbackSecretKey field if non-nil, zero value otherwise.
func (o *NewUnconfirmedTokensTransactionsRBDataItem) GetCallbackSecretKeyOk() (*string, bool)
GetCallbackSecretKeyOk returns a tuple with the CallbackSecretKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewUnconfirmedTokensTransactionsRBDataItem) SetCallbackSecretKey(v string)
SetCallbackSecretKey sets CallbackSecretKey field to given value.
func (o *NewUnconfirmedTokensTransactionsRBDataItem) HasCallbackSecretKey() bool
HasCallbackSecretKey returns a boolean if a field has been set.
func (o *NewUnconfirmedTokensTransactionsRBDataItem) GetCallbackUrl() string
GetCallbackUrl returns the CallbackUrl field if non-nil, zero value otherwise.
func (o *NewUnconfirmedTokensTransactionsRBDataItem) GetCallbackUrlOk() (*string, bool)
GetCallbackUrlOk returns a tuple with the CallbackUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewUnconfirmedTokensTransactionsRBDataItem) SetCallbackUrl(v string)
SetCallbackUrl sets CallbackUrl field to given value.