Name | Type | Description | Notes |
---|---|---|---|
Amount | string | Represents the specific amount of the transaction's destination. | |
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 | Pointer to 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`. | [optional] |
Note | Pointer to string | Represents an optional note to add a free text in, explaining or providing additional detail on the transaction request. | [optional] |
RecipientAddress | string | Defines the specific recipient/destination address. |
func NewCreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem(amount string, recipientAddress string, ) *CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem
NewCreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem instantiates a new CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem 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 NewCreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItemWithDefaults() *CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem
NewCreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItemWithDefaults instantiates a new CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem 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 *CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem) GetAmount() string
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem) GetAmountOk() (*string, bool)
GetAmountOk returns a tuple with the Amount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem) SetAmount(v string)
SetAmount sets Amount field to given value.
func (o *CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem) GetCallbackSecretKey() string
GetCallbackSecretKey returns the CallbackSecretKey field if non-nil, zero value otherwise.
func (o *CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem) 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 *CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem) SetCallbackSecretKey(v string)
SetCallbackSecretKey sets CallbackSecretKey field to given value.
func (o *CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem) HasCallbackSecretKey() bool
HasCallbackSecretKey returns a boolean if a field has been set.
func (o *CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem) GetCallbackUrl() string
GetCallbackUrl returns the CallbackUrl field if non-nil, zero value otherwise.
func (o *CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem) 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 *CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem) SetCallbackUrl(v string)
SetCallbackUrl sets CallbackUrl field to given value.
func (o *CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem) HasCallbackUrl() bool
HasCallbackUrl returns a boolean if a field has been set.
func (o *CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem) GetNote() string
GetNote returns the Note field if non-nil, zero value otherwise.
func (o *CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem) GetNoteOk() (*string, bool)
GetNoteOk returns a tuple with the Note field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem) SetNote(v string)
SetNote sets Note field to given value.
func (o *CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem) HasNote() bool
HasNote returns a boolean if a field has been set.
func (o *CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem) GetRecipientAddress() string
GetRecipientAddress returns the RecipientAddress field if non-nil, zero value otherwise.
func (o *CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem) GetRecipientAddressOk() (*string, bool)
GetRecipientAddressOk returns a tuple with the RecipientAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSingleTransactionRequestFromAddressWithoutFeePriorityRBDataItem) SetRecipientAddress(v string)
SetRecipientAddress sets RecipientAddress field to given value.