Skip to content

Latest commit

 

History

History
103 lines (56 loc) · 3.74 KB

NewBlockRBDataItem.md

File metadata and controls

103 lines (56 loc) · 3.74 KB

NewBlockRBDataItem

Properties

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`.

Methods

NewNewBlockRBDataItem

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

NewNewBlockRBDataItemWithDefaults

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

GetAllowDuplicates

func (o *NewBlockRBDataItem) GetAllowDuplicates() bool

GetAllowDuplicates returns the AllowDuplicates field if non-nil, zero value otherwise.

GetAllowDuplicatesOk

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.

SetAllowDuplicates

func (o *NewBlockRBDataItem) SetAllowDuplicates(v bool)

SetAllowDuplicates sets AllowDuplicates field to given value.

HasAllowDuplicates

func (o *NewBlockRBDataItem) HasAllowDuplicates() bool

HasAllowDuplicates returns a boolean if a field has been set.

GetCallbackSecretKey

func (o *NewBlockRBDataItem) GetCallbackSecretKey() string

GetCallbackSecretKey returns the CallbackSecretKey field if non-nil, zero value otherwise.

GetCallbackSecretKeyOk

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.

SetCallbackSecretKey

func (o *NewBlockRBDataItem) SetCallbackSecretKey(v string)

SetCallbackSecretKey sets CallbackSecretKey field to given value.

HasCallbackSecretKey

func (o *NewBlockRBDataItem) HasCallbackSecretKey() bool

HasCallbackSecretKey returns a boolean if a field has been set.

GetCallbackUrl

func (o *NewBlockRBDataItem) GetCallbackUrl() string

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

GetCallbackUrlOk

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.

SetCallbackUrl

func (o *NewBlockRBDataItem) SetCallbackUrl(v string)

SetCallbackUrl sets CallbackUrl field to given value.

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