Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int64 | The resource identifier. | [optional] |
Type | Pointer to string | The resource type. | [optional] |
TransactionType | string | The type of transaction performed. | |
Operation | Pointer to string | The operation performed. | [optional] [readonly] |
Description | Pointer to string | The description of the operation performed. | [optional] |
Comment | Pointer to string | The change control comment of the transaction. | [optional] |
CreationDateTime | Pointer to string | The date and time of the transaction. | [optional] |
TransactionId | int64 | The unique ID of the transaction performed. | |
User | Pointer to User | [optional] | |
RevertingTransaction | Pointer to Transaction | [optional] [readonly] |
func NewTransactionPostRequestBody(transactionType string, transactionId int64, ) *TransactionPostRequestBody
NewTransactionPostRequestBody instantiates a new TransactionPostRequestBody 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 NewTransactionPostRequestBodyWithDefaults() *TransactionPostRequestBody
NewTransactionPostRequestBodyWithDefaults instantiates a new TransactionPostRequestBody 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 *TransactionPostRequestBody) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *TransactionPostRequestBody) 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 *TransactionPostRequestBody) SetId(v int64)
SetId sets Id field to given value.
func (o *TransactionPostRequestBody) HasId() bool
HasId returns a boolean if a field has been set.
func (o *TransactionPostRequestBody) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *TransactionPostRequestBody) 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 *TransactionPostRequestBody) SetType(v string)
SetType sets Type field to given value.
func (o *TransactionPostRequestBody) HasType() bool
HasType returns a boolean if a field has been set.
func (o *TransactionPostRequestBody) GetTransactionType() string
GetTransactionType returns the TransactionType field if non-nil, zero value otherwise.
func (o *TransactionPostRequestBody) GetTransactionTypeOk() (*string, bool)
GetTransactionTypeOk returns a tuple with the TransactionType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPostRequestBody) SetTransactionType(v string)
SetTransactionType sets TransactionType field to given value.
func (o *TransactionPostRequestBody) GetOperation() string
GetOperation returns the Operation field if non-nil, zero value otherwise.
func (o *TransactionPostRequestBody) GetOperationOk() (*string, bool)
GetOperationOk returns a tuple with the Operation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPostRequestBody) SetOperation(v string)
SetOperation sets Operation field to given value.
func (o *TransactionPostRequestBody) HasOperation() bool
HasOperation returns a boolean if a field has been set.
func (o *TransactionPostRequestBody) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *TransactionPostRequestBody) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPostRequestBody) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *TransactionPostRequestBody) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *TransactionPostRequestBody) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *TransactionPostRequestBody) GetCommentOk() (*string, bool)
GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPostRequestBody) SetComment(v string)
SetComment sets Comment field to given value.
func (o *TransactionPostRequestBody) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *TransactionPostRequestBody) GetCreationDateTime() string
GetCreationDateTime returns the CreationDateTime field if non-nil, zero value otherwise.
func (o *TransactionPostRequestBody) GetCreationDateTimeOk() (*string, bool)
GetCreationDateTimeOk returns a tuple with the CreationDateTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPostRequestBody) SetCreationDateTime(v string)
SetCreationDateTime sets CreationDateTime field to given value.
func (o *TransactionPostRequestBody) HasCreationDateTime() bool
HasCreationDateTime returns a boolean if a field has been set.
func (o *TransactionPostRequestBody) GetTransactionId() int64
GetTransactionId returns the TransactionId field if non-nil, zero value otherwise.
func (o *TransactionPostRequestBody) GetTransactionIdOk() (*int64, bool)
GetTransactionIdOk returns a tuple with the TransactionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPostRequestBody) SetTransactionId(v int64)
SetTransactionId sets TransactionId field to given value.
func (o *TransactionPostRequestBody) GetUser() User
GetUser returns the User field if non-nil, zero value otherwise.
func (o *TransactionPostRequestBody) GetUserOk() (*User, bool)
GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPostRequestBody) SetUser(v User)
SetUser sets User field to given value.
func (o *TransactionPostRequestBody) HasUser() bool
HasUser returns a boolean if a field has been set.
func (o *TransactionPostRequestBody) GetRevertingTransaction() Transaction
GetRevertingTransaction returns the RevertingTransaction field if non-nil, zero value otherwise.
func (o *TransactionPostRequestBody) GetRevertingTransactionOk() (*Transaction, bool)
GetRevertingTransactionOk returns a tuple with the RevertingTransaction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPostRequestBody) SetRevertingTransaction(v Transaction)
SetRevertingTransaction sets RevertingTransaction field to given value.
func (o *TransactionPostRequestBody) HasRevertingTransaction() bool
HasRevertingTransaction returns a boolean if a field has been set.