Name | Type | Description | Notes |
---|---|---|---|
StepResults | Pointer to []TransactionStepOResourceObject | Results of the transaction steps | [optional] |
ResponseBody | Pointer to string | The HTML code returned in case of errors | [optional] |
func NewTransactionAttributes() *TransactionAttributes
NewTransactionAttributes instantiates a new TransactionAttributes 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 NewTransactionAttributesWithDefaults() *TransactionAttributes
NewTransactionAttributesWithDefaults instantiates a new TransactionAttributes 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 *TransactionAttributes) GetStepResults() []TransactionStepOResourceObject
GetStepResults returns the StepResults field if non-nil, zero value otherwise.
func (o *TransactionAttributes) GetStepResultsOk() (*[]TransactionStepOResourceObject, bool)
GetStepResultsOk returns a tuple with the StepResults field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionAttributes) SetStepResults(v []TransactionStepOResourceObject)
SetStepResults sets StepResults field to given value.
func (o *TransactionAttributes) HasStepResults() bool
HasStepResults returns a boolean if a field has been set.
func (o *TransactionAttributes) GetResponseBody() string
GetResponseBody returns the ResponseBody field if non-nil, zero value otherwise.
func (o *TransactionAttributes) GetResponseBodyOk() (*string, bool)
GetResponseBodyOk returns a tuple with the ResponseBody field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionAttributes) SetResponseBody(v string)
SetResponseBody sets ResponseBody field to given value.
func (o *TransactionAttributes) HasResponseBody() bool
HasResponseBody returns a boolean if a field has been set.