Skip to content

Latest commit

 

History

History
192 lines (103 loc) · 7.86 KB

CreateFungibleTokensTransactionRequestFromAddressRBDataItem.md

File metadata and controls

192 lines (103 loc) · 7.86 KB

CreateFungibleTokensTransactionRequestFromAddressRBDataItem

Properties

Name Type Description Notes
Amount string Represents the specific amount of the transaction.
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]
FeePriority string Represents the fee priority of the automation, whether it is "slow", "standard" or "fast".
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 address for the transaction.
TokenIdentifier string Defines the specific token identifier. For Bitcoin-based transactions it should be the `propertyId` and for Ethereum-based transactions - the `contract`.

Methods

NewCreateFungibleTokensTransactionRequestFromAddressRBDataItem

func NewCreateFungibleTokensTransactionRequestFromAddressRBDataItem(amount string, feePriority string, recipientAddress string, tokenIdentifier string, ) *CreateFungibleTokensTransactionRequestFromAddressRBDataItem

NewCreateFungibleTokensTransactionRequestFromAddressRBDataItem instantiates a new CreateFungibleTokensTransactionRequestFromAddressRBDataItem 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

NewCreateFungibleTokensTransactionRequestFromAddressRBDataItemWithDefaults

func NewCreateFungibleTokensTransactionRequestFromAddressRBDataItemWithDefaults() *CreateFungibleTokensTransactionRequestFromAddressRBDataItem

NewCreateFungibleTokensTransactionRequestFromAddressRBDataItemWithDefaults instantiates a new CreateFungibleTokensTransactionRequestFromAddressRBDataItem 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

GetAmount

func (o *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) GetAmount() string

GetAmount returns the Amount field if non-nil, zero value otherwise.

GetAmountOk

func (o *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) 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.

SetAmount

func (o *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) SetAmount(v string)

SetAmount sets Amount field to given value.

GetCallbackSecretKey

func (o *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) GetCallbackSecretKey() string

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

GetCallbackSecretKeyOk

func (o *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) 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 *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) SetCallbackSecretKey(v string)

SetCallbackSecretKey sets CallbackSecretKey field to given value.

HasCallbackSecretKey

func (o *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) HasCallbackSecretKey() bool

HasCallbackSecretKey returns a boolean if a field has been set.

GetCallbackUrl

func (o *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) GetCallbackUrl() string

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

GetCallbackUrlOk

func (o *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) 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 *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) SetCallbackUrl(v string)

SetCallbackUrl sets CallbackUrl field to given value.

HasCallbackUrl

func (o *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) HasCallbackUrl() bool

HasCallbackUrl returns a boolean if a field has been set.

GetFeePriority

func (o *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) GetFeePriority() string

GetFeePriority returns the FeePriority field if non-nil, zero value otherwise.

GetFeePriorityOk

func (o *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) GetFeePriorityOk() (*string, bool)

GetFeePriorityOk returns a tuple with the FeePriority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFeePriority

func (o *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) SetFeePriority(v string)

SetFeePriority sets FeePriority field to given value.

GetNote

func (o *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) GetNote() string

GetNote returns the Note field if non-nil, zero value otherwise.

GetNoteOk

func (o *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) 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.

SetNote

func (o *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) SetNote(v string)

SetNote sets Note field to given value.

HasNote

func (o *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) HasNote() bool

HasNote returns a boolean if a field has been set.

GetRecipientAddress

func (o *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) GetRecipientAddress() string

GetRecipientAddress returns the RecipientAddress field if non-nil, zero value otherwise.

GetRecipientAddressOk

func (o *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) 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.

SetRecipientAddress

func (o *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) SetRecipientAddress(v string)

SetRecipientAddress sets RecipientAddress field to given value.

GetTokenIdentifier

func (o *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) GetTokenIdentifier() string

GetTokenIdentifier returns the TokenIdentifier field if non-nil, zero value otherwise.

GetTokenIdentifierOk

func (o *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) GetTokenIdentifierOk() (*string, bool)

GetTokenIdentifierOk returns a tuple with the TokenIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTokenIdentifier

func (o *CreateFungibleTokensTransactionRequestFromAddressRBDataItem) SetTokenIdentifier(v string)

SetTokenIdentifier sets TokenIdentifier field to given value.

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