Name | Type | Description | Notes |
---|---|---|---|
Attributes | Pointer to TransactionCheckDetailsAttributes | [optional] | |
Id | int64 | Identifier | |
Type | Pointer to string | Object type | [optional] |
Relationships | Pointer to []RelationObject | Relationships of the object | [optional] |
Links | Pointer to map[string]string | Links related to the object | [optional] |
func NewTransactionDetailsResponseData(id int64, ) *TransactionDetailsResponseData
NewTransactionDetailsResponseData instantiates a new TransactionDetailsResponseData 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 NewTransactionDetailsResponseDataWithDefaults() *TransactionDetailsResponseData
NewTransactionDetailsResponseDataWithDefaults instantiates a new TransactionDetailsResponseData 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 *TransactionDetailsResponseData) GetAttributes() TransactionCheckDetailsAttributes
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *TransactionDetailsResponseData) GetAttributesOk() (*TransactionCheckDetailsAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionDetailsResponseData) SetAttributes(v TransactionCheckDetailsAttributes)
SetAttributes sets Attributes field to given value.
func (o *TransactionDetailsResponseData) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (o *TransactionDetailsResponseData) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *TransactionDetailsResponseData) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionDetailsResponseData) SetId(v int64)
SetId sets Id field to given value.
func (o *TransactionDetailsResponseData) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *TransactionDetailsResponseData) 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 *TransactionDetailsResponseData) SetType(v string)
SetType sets Type field to given value.
func (o *TransactionDetailsResponseData) HasType() bool
HasType returns a boolean if a field has been set.
func (o *TransactionDetailsResponseData) GetRelationships() []RelationObject
GetRelationships returns the Relationships field if non-nil, zero value otherwise.
func (o *TransactionDetailsResponseData) GetRelationshipsOk() (*[]RelationObject, bool)
GetRelationshipsOk returns a tuple with the Relationships field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionDetailsResponseData) SetRelationships(v []RelationObject)
SetRelationships sets Relationships field to given value.
func (o *TransactionDetailsResponseData) HasRelationships() bool
HasRelationships returns a boolean if a field has been set.
func (o *TransactionDetailsResponseData) GetLinks() map[string]string
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *TransactionDetailsResponseData) GetLinksOk() (*map[string]string, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionDetailsResponseData) SetLinks(v map[string]string)
SetLinks sets Links field to given value.
func (o *TransactionDetailsResponseData) HasLinks() bool
HasLinks returns a boolean if a field has been set.