Name | Type | Description | Notes |
---|---|---|---|
AmountHigherThan | int64 | Represents a specific amount of coins after which the system have to send a callback to customers' callbackUrl. | |
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`. | |
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. | |
ReferenceId | string | Represents a unique ID used to reference the specific callback subscription. |
func NewNewConfirmedInternalTransactionsForSpecificAmountRI(amountHigherThan int64, callbackUrl string, createdTimestamp int32, eventType string, isActive bool, referenceId string, ) *NewConfirmedInternalTransactionsForSpecificAmountRI
NewNewConfirmedInternalTransactionsForSpecificAmountRI instantiates a new NewConfirmedInternalTransactionsForSpecificAmountRI 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 NewNewConfirmedInternalTransactionsForSpecificAmountRIWithDefaults() *NewConfirmedInternalTransactionsForSpecificAmountRI
NewNewConfirmedInternalTransactionsForSpecificAmountRIWithDefaults instantiates a new NewConfirmedInternalTransactionsForSpecificAmountRI 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 *NewConfirmedInternalTransactionsForSpecificAmountRI) GetAmountHigherThan() int64
GetAmountHigherThan returns the AmountHigherThan field if non-nil, zero value otherwise.
func (o *NewConfirmedInternalTransactionsForSpecificAmountRI) GetAmountHigherThanOk() (*int64, bool)
GetAmountHigherThanOk returns a tuple with the AmountHigherThan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewConfirmedInternalTransactionsForSpecificAmountRI) SetAmountHigherThan(v int64)
SetAmountHigherThan sets AmountHigherThan field to given value.
func (o *NewConfirmedInternalTransactionsForSpecificAmountRI) GetCallbackSecretKey() string
GetCallbackSecretKey returns the CallbackSecretKey field if non-nil, zero value otherwise.
func (o *NewConfirmedInternalTransactionsForSpecificAmountRI) 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 *NewConfirmedInternalTransactionsForSpecificAmountRI) SetCallbackSecretKey(v string)
SetCallbackSecretKey sets CallbackSecretKey field to given value.
func (o *NewConfirmedInternalTransactionsForSpecificAmountRI) HasCallbackSecretKey() bool
HasCallbackSecretKey returns a boolean if a field has been set.
func (o *NewConfirmedInternalTransactionsForSpecificAmountRI) GetCallbackUrl() string
GetCallbackUrl returns the CallbackUrl field if non-nil, zero value otherwise.
func (o *NewConfirmedInternalTransactionsForSpecificAmountRI) 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 *NewConfirmedInternalTransactionsForSpecificAmountRI) SetCallbackUrl(v string)
SetCallbackUrl sets CallbackUrl field to given value.
func (o *NewConfirmedInternalTransactionsForSpecificAmountRI) GetCreatedTimestamp() int32
GetCreatedTimestamp returns the CreatedTimestamp field if non-nil, zero value otherwise.
func (o *NewConfirmedInternalTransactionsForSpecificAmountRI) 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 *NewConfirmedInternalTransactionsForSpecificAmountRI) SetCreatedTimestamp(v int32)
SetCreatedTimestamp sets CreatedTimestamp field to given value.
func (o *NewConfirmedInternalTransactionsForSpecificAmountRI) GetEventType() string
GetEventType returns the EventType field if non-nil, zero value otherwise.
func (o *NewConfirmedInternalTransactionsForSpecificAmountRI) 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 *NewConfirmedInternalTransactionsForSpecificAmountRI) SetEventType(v string)
SetEventType sets EventType field to given value.
func (o *NewConfirmedInternalTransactionsForSpecificAmountRI) GetIsActive() bool
GetIsActive returns the IsActive field if non-nil, zero value otherwise.
func (o *NewConfirmedInternalTransactionsForSpecificAmountRI) 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 *NewConfirmedInternalTransactionsForSpecificAmountRI) SetIsActive(v bool)
SetIsActive sets IsActive field to given value.
func (o *NewConfirmedInternalTransactionsForSpecificAmountRI) GetReferenceId() string
GetReferenceId returns the ReferenceId field if non-nil, zero value otherwise.
func (o *NewConfirmedInternalTransactionsForSpecificAmountRI) 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 *NewConfirmedInternalTransactionsForSpecificAmountRI) SetReferenceId(v string)
SetReferenceId sets ReferenceId field to given value.