Skip to content

Latest commit

 

History

History
245 lines (130 loc) · 8.78 KB

ListTokensForwardingAutomationsRI.md

File metadata and controls

245 lines (130 loc) · 8.78 KB

ListTokensForwardingAutomationsRI

Properties

Name Type Description Notes
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`.
ConfirmationsCount Pointer to int32 Represents the number of confirmations, i.e. the amount of blocks that have been built on top of this block. [optional]
CreatedTimestamp int32 Defines the specific time/date when the automatic forwarding was created in Unix Timestamp.
FeeAddress string Represents the specific fee address, which is always automatically generated. Users must fund it.
FeePriority string Represents the fee priority of the automation, whether it is "SLOW", "STANDARD" or "FAST".
FromAddress string Represents the hash of the address that forwards the tokens.
MinimumTransferAmount string Represents the minimum transfer amount of the tokens in the `fromAddress` that can be allowed for an automatic forwarding.
ReferenceId string Represents a unique ID used to reference the specific callback subscription.
ToAddress string Represents the hash of the address the tokens are forwarded to.
TokenData ListTokensForwardingAutomationsRITS

Methods

NewListTokensForwardingAutomationsRI

func NewListTokensForwardingAutomationsRI(callbackUrl string, createdTimestamp int32, feeAddress string, feePriority string, fromAddress string, minimumTransferAmount string, referenceId string, toAddress string, tokenData ListTokensForwardingAutomationsRITS, ) *ListTokensForwardingAutomationsRI

NewListTokensForwardingAutomationsRI instantiates a new ListTokensForwardingAutomationsRI 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

NewListTokensForwardingAutomationsRIWithDefaults

func NewListTokensForwardingAutomationsRIWithDefaults() *ListTokensForwardingAutomationsRI

NewListTokensForwardingAutomationsRIWithDefaults instantiates a new ListTokensForwardingAutomationsRI 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

GetCallbackUrl

func (o *ListTokensForwardingAutomationsRI) GetCallbackUrl() string

GetCallbackUrl returns the CallbackUrl field if non-nil, zero value otherwise.

GetCallbackUrlOk

func (o *ListTokensForwardingAutomationsRI) 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.

SetCallbackUrl

func (o *ListTokensForwardingAutomationsRI) SetCallbackUrl(v string)

SetCallbackUrl sets CallbackUrl field to given value.

GetConfirmationsCount

func (o *ListTokensForwardingAutomationsRI) GetConfirmationsCount() int32

GetConfirmationsCount returns the ConfirmationsCount field if non-nil, zero value otherwise.

GetConfirmationsCountOk

func (o *ListTokensForwardingAutomationsRI) GetConfirmationsCountOk() (*int32, bool)

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

SetConfirmationsCount

func (o *ListTokensForwardingAutomationsRI) SetConfirmationsCount(v int32)

SetConfirmationsCount sets ConfirmationsCount field to given value.

HasConfirmationsCount

func (o *ListTokensForwardingAutomationsRI) HasConfirmationsCount() bool

HasConfirmationsCount returns a boolean if a field has been set.

GetCreatedTimestamp

func (o *ListTokensForwardingAutomationsRI) GetCreatedTimestamp() int32

GetCreatedTimestamp returns the CreatedTimestamp field if non-nil, zero value otherwise.

GetCreatedTimestampOk

func (o *ListTokensForwardingAutomationsRI) GetCreatedTimestampOk() (*int32, bool)

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

SetCreatedTimestamp

func (o *ListTokensForwardingAutomationsRI) SetCreatedTimestamp(v int32)

SetCreatedTimestamp sets CreatedTimestamp field to given value.

GetFeeAddress

func (o *ListTokensForwardingAutomationsRI) GetFeeAddress() string

GetFeeAddress returns the FeeAddress field if non-nil, zero value otherwise.

GetFeeAddressOk

func (o *ListTokensForwardingAutomationsRI) GetFeeAddressOk() (*string, bool)

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

SetFeeAddress

func (o *ListTokensForwardingAutomationsRI) SetFeeAddress(v string)

SetFeeAddress sets FeeAddress field to given value.

GetFeePriority

func (o *ListTokensForwardingAutomationsRI) GetFeePriority() string

GetFeePriority returns the FeePriority field if non-nil, zero value otherwise.

GetFeePriorityOk

func (o *ListTokensForwardingAutomationsRI) GetFeePriorityOk() (*string, bool)

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

SetFeePriority

func (o *ListTokensForwardingAutomationsRI) SetFeePriority(v string)

SetFeePriority sets FeePriority field to given value.

GetFromAddress

func (o *ListTokensForwardingAutomationsRI) GetFromAddress() string

GetFromAddress returns the FromAddress field if non-nil, zero value otherwise.

GetFromAddressOk

func (o *ListTokensForwardingAutomationsRI) GetFromAddressOk() (*string, bool)

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

SetFromAddress

func (o *ListTokensForwardingAutomationsRI) SetFromAddress(v string)

SetFromAddress sets FromAddress field to given value.

GetMinimumTransferAmount

func (o *ListTokensForwardingAutomationsRI) GetMinimumTransferAmount() string

GetMinimumTransferAmount returns the MinimumTransferAmount field if non-nil, zero value otherwise.

GetMinimumTransferAmountOk

func (o *ListTokensForwardingAutomationsRI) GetMinimumTransferAmountOk() (*string, bool)

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

SetMinimumTransferAmount

func (o *ListTokensForwardingAutomationsRI) SetMinimumTransferAmount(v string)

SetMinimumTransferAmount sets MinimumTransferAmount field to given value.

GetReferenceId

func (o *ListTokensForwardingAutomationsRI) GetReferenceId() string

GetReferenceId returns the ReferenceId field if non-nil, zero value otherwise.

GetReferenceIdOk

func (o *ListTokensForwardingAutomationsRI) GetReferenceIdOk() (*string, bool)

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

SetReferenceId

func (o *ListTokensForwardingAutomationsRI) SetReferenceId(v string)

SetReferenceId sets ReferenceId field to given value.

GetToAddress

func (o *ListTokensForwardingAutomationsRI) GetToAddress() string

GetToAddress returns the ToAddress field if non-nil, zero value otherwise.

GetToAddressOk

func (o *ListTokensForwardingAutomationsRI) GetToAddressOk() (*string, bool)

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

SetToAddress

func (o *ListTokensForwardingAutomationsRI) SetToAddress(v string)

SetToAddress sets ToAddress field to given value.

GetTokenData

func (o *ListTokensForwardingAutomationsRI) GetTokenData() ListTokensForwardingAutomationsRITS

GetTokenData returns the TokenData field if non-nil, zero value otherwise.

GetTokenDataOk

func (o *ListTokensForwardingAutomationsRI) GetTokenDataOk() (*ListTokensForwardingAutomationsRITS, bool)

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

SetTokenData

func (o *ListTokensForwardingAutomationsRI) SetTokenData(v ListTokensForwardingAutomationsRITS)

SetTokenData sets TokenData field to given value.

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