Name | Type | Description | Notes |
---|---|---|---|
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 NewNewBlockRBDataItem(callbackUrl string, ) *NewBlockRBDataItem
NewNewBlockRBDataItem instantiates a new NewBlockRBDataItem 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 NewNewBlockRBDataItemWithDefaults() *NewBlockRBDataItem
NewNewBlockRBDataItemWithDefaults instantiates a new NewBlockRBDataItem 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 *NewBlockRBDataItem) GetAllowDuplicates() bool
GetAllowDuplicates returns the AllowDuplicates field if non-nil, zero value otherwise.
func (o *NewBlockRBDataItem) 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 *NewBlockRBDataItem) SetAllowDuplicates(v bool)
SetAllowDuplicates sets AllowDuplicates field to given value.
func (o *NewBlockRBDataItem) HasAllowDuplicates() bool
HasAllowDuplicates returns a boolean if a field has been set.
func (o *NewBlockRBDataItem) GetCallbackSecretKey() string
GetCallbackSecretKey returns the CallbackSecretKey field if non-nil, zero value otherwise.
func (o *NewBlockRBDataItem) 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 *NewBlockRBDataItem) SetCallbackSecretKey(v string)
SetCallbackSecretKey sets CallbackSecretKey field to given value.
func (o *NewBlockRBDataItem) HasCallbackSecretKey() bool
HasCallbackSecretKey returns a boolean if a field has been set.
func (o *NewBlockRBDataItem) GetCallbackUrl() string
GetCallbackUrl returns the CallbackUrl field if non-nil, zero value otherwise.
func (o *NewBlockRBDataItem) 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 *NewBlockRBDataItem) SetCallbackUrl(v string)
SetCallbackUrl sets CallbackUrl field to given value.