Name | Type | Description | Notes |
---|---|---|---|
Address | string | Represents the address of the transaction, per which the result is returned. | |
CallbackSecretKey | 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 2.0. For more information please see our Documentation. | |
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`. | |
CreatedTimestamp | int32 | Defines the specific time/date when the subscription was created in Unix Timestamp. | |
EventType | string | Defines the type of the specific event available for the customer to subscribe to for callback notification. | |
IsActive | bool | Defines whether the subscription is active or not. Set as boolean. | |
ReceiveCallbackOn | int32 | Represents the exact confirmation, on which the user wants to receive callback. | |
ReferenceId | string | Represents a unique ID used to reference the specific callback subscription. |
func NewNewConfirmedCoinsTransactionsRI(address string, callbackSecretKey string, callbackUrl string, createdTimestamp int32, eventType string, isActive bool, receiveCallbackOn int32, referenceId string, ) *NewConfirmedCoinsTransactionsRI
NewNewConfirmedCoinsTransactionsRI instantiates a new NewConfirmedCoinsTransactionsRI 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 NewNewConfirmedCoinsTransactionsRIWithDefaults() *NewConfirmedCoinsTransactionsRI
NewNewConfirmedCoinsTransactionsRIWithDefaults instantiates a new NewConfirmedCoinsTransactionsRI 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 *NewConfirmedCoinsTransactionsRI) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *NewConfirmedCoinsTransactionsRI) 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 *NewConfirmedCoinsTransactionsRI) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *NewConfirmedCoinsTransactionsRI) GetCallbackSecretKey() string
GetCallbackSecretKey returns the CallbackSecretKey field if non-nil, zero value otherwise.
func (o *NewConfirmedCoinsTransactionsRI) 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 *NewConfirmedCoinsTransactionsRI) SetCallbackSecretKey(v string)
SetCallbackSecretKey sets CallbackSecretKey field to given value.
func (o *NewConfirmedCoinsTransactionsRI) GetCallbackUrl() string
GetCallbackUrl returns the CallbackUrl field if non-nil, zero value otherwise.
func (o *NewConfirmedCoinsTransactionsRI) 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 *NewConfirmedCoinsTransactionsRI) SetCallbackUrl(v string)
SetCallbackUrl sets CallbackUrl field to given value.
func (o *NewConfirmedCoinsTransactionsRI) GetCreatedTimestamp() int32
GetCreatedTimestamp returns the CreatedTimestamp field if non-nil, zero value otherwise.
func (o *NewConfirmedCoinsTransactionsRI) 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.
func (o *NewConfirmedCoinsTransactionsRI) SetCreatedTimestamp(v int32)
SetCreatedTimestamp sets CreatedTimestamp field to given value.
func (o *NewConfirmedCoinsTransactionsRI) GetEventType() string
GetEventType returns the EventType field if non-nil, zero value otherwise.
func (o *NewConfirmedCoinsTransactionsRI) GetEventTypeOk() (*string, bool)
GetEventTypeOk returns a tuple with the EventType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewConfirmedCoinsTransactionsRI) SetEventType(v string)
SetEventType sets EventType field to given value.
func (o *NewConfirmedCoinsTransactionsRI) GetIsActive() bool
GetIsActive returns the IsActive field if non-nil, zero value otherwise.
func (o *NewConfirmedCoinsTransactionsRI) GetIsActiveOk() (*bool, bool)
GetIsActiveOk returns a tuple with the IsActive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewConfirmedCoinsTransactionsRI) SetIsActive(v bool)
SetIsActive sets IsActive field to given value.
func (o *NewConfirmedCoinsTransactionsRI) GetReceiveCallbackOn() int32
GetReceiveCallbackOn returns the ReceiveCallbackOn field if non-nil, zero value otherwise.
func (o *NewConfirmedCoinsTransactionsRI) GetReceiveCallbackOnOk() (*int32, bool)
GetReceiveCallbackOnOk returns a tuple with the ReceiveCallbackOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewConfirmedCoinsTransactionsRI) SetReceiveCallbackOn(v int32)
SetReceiveCallbackOn sets ReceiveCallbackOn field to given value.
func (o *NewConfirmedCoinsTransactionsRI) GetReferenceId() string
GetReferenceId returns the ReferenceId field if non-nil, zero value otherwise.
func (o *NewConfirmedCoinsTransactionsRI) 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.
func (o *NewConfirmedCoinsTransactionsRI) SetReferenceId(v string)
SetReferenceId sets ReferenceId field to given value.