Name | Type | Description | Notes |
---|---|---|---|
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] |
Recipient | []CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIRecipientInner | Defines the destination for the transaction, i.e. the recipient(s). | |
Sender | CreateSingleTransactionRequestFromAddressWithoutFeePriorityRISender | ||
TokenTypeSpecificData | CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS | ||
TransactionRequestId | string | Represents a unique identifier of the transaction request (the request sent to make a transaction), which helps in identifying which callback and which `referenceId` concern that specific transaction request. |
func NewCreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI(recipient []CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIRecipientInner, sender CreateSingleTransactionRequestFromAddressWithoutFeePriorityRISender, tokenTypeSpecificData CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS, transactionRequestId string, ) *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI
NewCreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI instantiates a new CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI 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 NewCreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIWithDefaults() *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI
NewCreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIWithDefaults instantiates a new CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI 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 *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) GetCallbackSecretKey() string
GetCallbackSecretKey returns the CallbackSecretKey field if non-nil, zero value otherwise.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) 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 *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) SetCallbackSecretKey(v string)
SetCallbackSecretKey sets CallbackSecretKey field to given value.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) HasCallbackSecretKey() bool
HasCallbackSecretKey returns a boolean if a field has been set.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) GetCallbackUrl() string
GetCallbackUrl returns the CallbackUrl field if non-nil, zero value otherwise.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) 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 *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) SetCallbackUrl(v string)
SetCallbackUrl sets CallbackUrl field to given value.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) HasCallbackUrl() bool
HasCallbackUrl returns a boolean if a field has been set.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) GetNote() string
GetNote returns the Note field if non-nil, zero value otherwise.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) 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 *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) SetNote(v string)
SetNote sets Note field to given value.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) HasNote() bool
HasNote returns a boolean if a field has been set.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) GetRecipient() []CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIRecipientInner
GetRecipient returns the Recipient field if non-nil, zero value otherwise.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) GetRecipientOk() (*[]CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIRecipientInner, bool)
GetRecipientOk returns a tuple with the Recipient field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) SetRecipient(v []CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIRecipientInner)
SetRecipient sets Recipient field to given value.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) GetSender() CreateSingleTransactionRequestFromAddressWithoutFeePriorityRISender
GetSender returns the Sender field if non-nil, zero value otherwise.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) GetSenderOk() (*CreateSingleTransactionRequestFromAddressWithoutFeePriorityRISender, bool)
GetSenderOk returns a tuple with the Sender field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) SetSender(v CreateSingleTransactionRequestFromAddressWithoutFeePriorityRISender)
SetSender sets Sender field to given value.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) GetTokenTypeSpecificData() CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS
GetTokenTypeSpecificData returns the TokenTypeSpecificData field if non-nil, zero value otherwise.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) GetTokenTypeSpecificDataOk() (*CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS, bool)
GetTokenTypeSpecificDataOk returns a tuple with the TokenTypeSpecificData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) SetTokenTypeSpecificData(v CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS)
SetTokenTypeSpecificData sets TokenTypeSpecificData field to given value.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) GetTransactionRequestId() string
GetTransactionRequestId returns the TransactionRequestId field if non-nil, zero value otherwise.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) GetTransactionRequestIdOk() (*string, bool)
GetTransactionRequestIdOk returns a tuple with the TransactionRequestId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRI) SetTransactionRequestId(v string)
SetTransactionRequestId sets TransactionRequestId field to given value.