Name | Type | Description | Notes |
---|---|---|---|
DestinationTag | Pointer to int64 | A destination tag is a value used to discern the holder of the Ripple (XRP) being deposited or withdrawn. | [optional] |
Index | int32 | Represents the index position of the transaction in the block. | |
MinedInBlockHash | string | Represents the hash of the block where this transaction was mined/confirmed for first time. The hash is defined as a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm. | |
MinedInBlockHeight | int32 | Represents the hight of the block where this transaction was mined/confirmed for first time. The height is defined as the number of blocks in the blockchain preceding this specific block. | |
Recipients | []GetXRPRippleTransactionDetailsByTransactionIDRIRecipientsInner | Represents an object of addresses that receive the transactions. | |
Senders | []GetXRPRippleTransactionDetailsByTransactionIDRISendersInner | Represents an object of addresses that provide the funds. | |
Sequence | int64 | Defines the transaction input's sequence as an integer, which is is used when transactions are replaced with newer versions before LockTime. | |
Status | string | Defines the status of the transaction. | |
Timestamp | int32 | Defines the exact date/time in Unix Timestamp when this transaction was mined, confirmed or first seen in Mempool, if it is unconfirmed. | |
TransactionHash | string | Represents the hash of the XRP transaction. | |
Type | string | Specifies the type of the transaction. | |
Fee | ListXRPRippleTransactionsByAddressRIFee | ||
Offer | ListXRPRippleTransactionsByAddressRIOffer | ||
Receive | ListXRPRippleTransactionsByAddressRIReceive | ||
Value | ListXRPRippleTransactionsByAddressRIValue |
func NewListXRPRippleTransactionsByAddressAndTimeRangeRI(index int32, minedInBlockHash string, minedInBlockHeight int32, recipients []GetXRPRippleTransactionDetailsByTransactionIDRIRecipientsInner, senders []GetXRPRippleTransactionDetailsByTransactionIDRISendersInner, sequence int64, status string, timestamp int32, transactionHash string, type_ string, fee ListXRPRippleTransactionsByAddressRIFee, offer ListXRPRippleTransactionsByAddressRIOffer, receive ListXRPRippleTransactionsByAddressRIReceive, value ListXRPRippleTransactionsByAddressRIValue, ) *ListXRPRippleTransactionsByAddressAndTimeRangeRI
NewListXRPRippleTransactionsByAddressAndTimeRangeRI instantiates a new ListXRPRippleTransactionsByAddressAndTimeRangeRI 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 NewListXRPRippleTransactionsByAddressAndTimeRangeRIWithDefaults() *ListXRPRippleTransactionsByAddressAndTimeRangeRI
NewListXRPRippleTransactionsByAddressAndTimeRangeRIWithDefaults instantiates a new ListXRPRippleTransactionsByAddressAndTimeRangeRI 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 *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetDestinationTag() int64
GetDestinationTag returns the DestinationTag field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetDestinationTagOk() (*int64, bool)
GetDestinationTagOk returns a tuple with the DestinationTag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) SetDestinationTag(v int64)
SetDestinationTag sets DestinationTag field to given value.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) HasDestinationTag() bool
HasDestinationTag returns a boolean if a field has been set.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetIndex() int32
GetIndex returns the Index field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetIndexOk() (*int32, bool)
GetIndexOk returns a tuple with the Index field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) SetIndex(v int32)
SetIndex sets Index field to given value.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetMinedInBlockHash() string
GetMinedInBlockHash returns the MinedInBlockHash field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetMinedInBlockHashOk() (*string, bool)
GetMinedInBlockHashOk returns a tuple with the MinedInBlockHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) SetMinedInBlockHash(v string)
SetMinedInBlockHash sets MinedInBlockHash field to given value.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetMinedInBlockHeight() int32
GetMinedInBlockHeight returns the MinedInBlockHeight field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetMinedInBlockHeightOk() (*int32, bool)
GetMinedInBlockHeightOk returns a tuple with the MinedInBlockHeight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) SetMinedInBlockHeight(v int32)
SetMinedInBlockHeight sets MinedInBlockHeight field to given value.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetRecipients() []GetXRPRippleTransactionDetailsByTransactionIDRIRecipientsInner
GetRecipients returns the Recipients field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetRecipientsOk() (*[]GetXRPRippleTransactionDetailsByTransactionIDRIRecipientsInner, bool)
GetRecipientsOk returns a tuple with the Recipients field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) SetRecipients(v []GetXRPRippleTransactionDetailsByTransactionIDRIRecipientsInner)
SetRecipients sets Recipients field to given value.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetSenders() []GetXRPRippleTransactionDetailsByTransactionIDRISendersInner
GetSenders returns the Senders field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetSendersOk() (*[]GetXRPRippleTransactionDetailsByTransactionIDRISendersInner, bool)
GetSendersOk returns a tuple with the Senders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) SetSenders(v []GetXRPRippleTransactionDetailsByTransactionIDRISendersInner)
SetSenders sets Senders field to given value.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetSequence() int64
GetSequence returns the Sequence field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetSequenceOk() (*int64, bool)
GetSequenceOk returns a tuple with the Sequence field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) SetSequence(v int64)
SetSequence sets Sequence field to given value.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetTimestamp() int32
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetTimestampOk() (*int32, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) SetTimestamp(v int32)
SetTimestamp sets Timestamp field to given value.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetTransactionHash() string
GetTransactionHash returns the TransactionHash field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetTransactionHashOk() (*string, bool)
GetTransactionHashOk returns a tuple with the TransactionHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) SetTransactionHash(v string)
SetTransactionHash sets TransactionHash field to given value.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) SetType(v string)
SetType sets Type field to given value.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetFee() ListXRPRippleTransactionsByAddressRIFee
GetFee returns the Fee field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetFeeOk() (*ListXRPRippleTransactionsByAddressRIFee, bool)
GetFeeOk returns a tuple with the Fee field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) SetFee(v ListXRPRippleTransactionsByAddressRIFee)
SetFee sets Fee field to given value.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetOffer() ListXRPRippleTransactionsByAddressRIOffer
GetOffer returns the Offer field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetOfferOk() (*ListXRPRippleTransactionsByAddressRIOffer, bool)
GetOfferOk returns a tuple with the Offer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) SetOffer(v ListXRPRippleTransactionsByAddressRIOffer)
SetOffer sets Offer field to given value.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetReceive() ListXRPRippleTransactionsByAddressRIReceive
GetReceive returns the Receive field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetReceiveOk() (*ListXRPRippleTransactionsByAddressRIReceive, bool)
GetReceiveOk returns a tuple with the Receive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) SetReceive(v ListXRPRippleTransactionsByAddressRIReceive)
SetReceive sets Receive field to given value.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetValue() ListXRPRippleTransactionsByAddressRIValue
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) GetValueOk() (*ListXRPRippleTransactionsByAddressRIValue, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByAddressAndTimeRangeRI) SetValue(v ListXRPRippleTransactionsByAddressRIValue)
SetValue sets Value field to given value.