Name | Type | Description | Notes |
---|---|---|---|
AttributeName | Pointer to string | Attribute Name. | [optional] |
AttributeValue | Pointer to string | Attribute Value. | [optional] |
func NewOrderModifyResponseLinesInnerAdditionalAttributesInner() *OrderModifyResponseLinesInnerAdditionalAttributesInner
NewOrderModifyResponseLinesInnerAdditionalAttributesInner instantiates a new OrderModifyResponseLinesInnerAdditionalAttributesInner 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 NewOrderModifyResponseLinesInnerAdditionalAttributesInnerWithDefaults() *OrderModifyResponseLinesInnerAdditionalAttributesInner
NewOrderModifyResponseLinesInnerAdditionalAttributesInnerWithDefaults instantiates a new OrderModifyResponseLinesInnerAdditionalAttributesInner 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 *OrderModifyResponseLinesInnerAdditionalAttributesInner) GetAttributeName() string
GetAttributeName returns the AttributeName field if non-nil, zero value otherwise.
func (o *OrderModifyResponseLinesInnerAdditionalAttributesInner) GetAttributeNameOk() (*string, bool)
GetAttributeNameOk returns a tuple with the AttributeName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderModifyResponseLinesInnerAdditionalAttributesInner) SetAttributeName(v string)
SetAttributeName sets AttributeName field to given value.
func (o *OrderModifyResponseLinesInnerAdditionalAttributesInner) HasAttributeName() bool
HasAttributeName returns a boolean if a field has been set.
func (o *OrderModifyResponseLinesInnerAdditionalAttributesInner) GetAttributeValue() string
GetAttributeValue returns the AttributeValue field if non-nil, zero value otherwise.
func (o *OrderModifyResponseLinesInnerAdditionalAttributesInner) GetAttributeValueOk() (*string, bool)
GetAttributeValueOk returns a tuple with the AttributeValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderModifyResponseLinesInnerAdditionalAttributesInner) SetAttributeValue(v string)
SetAttributeValue sets AttributeValue field to given value.
func (o *OrderModifyResponseLinesInnerAdditionalAttributesInner) HasAttributeValue() bool
HasAttributeValue returns a boolean if a field has been set.