| Name | Type | Description | Notes |
|---|---|---|---|
| AttributeName | Pointer to NullableString | The name of the header level field. | [optional] |
| AttributeValue | Pointer to NullableString | The value of the header level field. | [optional] |
func NewOrderCreateV7RequestVmfAdditionalAttributesInner() *OrderCreateV7RequestVmfAdditionalAttributesInner
NewOrderCreateV7RequestVmfAdditionalAttributesInner instantiates a new OrderCreateV7RequestVmfAdditionalAttributesInner 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 NewOrderCreateV7RequestVmfAdditionalAttributesInnerWithDefaults() *OrderCreateV7RequestVmfAdditionalAttributesInner
NewOrderCreateV7RequestVmfAdditionalAttributesInnerWithDefaults instantiates a new OrderCreateV7RequestVmfAdditionalAttributesInner 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 *OrderCreateV7RequestVmfAdditionalAttributesInner) GetAttributeName() string
GetAttributeName returns the AttributeName field if non-nil, zero value otherwise.
func (o *OrderCreateV7RequestVmfAdditionalAttributesInner) 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 *OrderCreateV7RequestVmfAdditionalAttributesInner) SetAttributeName(v string)
SetAttributeName sets AttributeName field to given value.
func (o *OrderCreateV7RequestVmfAdditionalAttributesInner) HasAttributeName() bool
HasAttributeName returns a boolean if a field has been set.
func (o *OrderCreateV7RequestVmfAdditionalAttributesInner) SetAttributeNameNil(b bool)
SetAttributeNameNil sets the value for AttributeName to be an explicit nil
func (o *OrderCreateV7RequestVmfAdditionalAttributesInner) UnsetAttributeName()
UnsetAttributeName ensures that no value is present for AttributeName, not even an explicit nil
func (o *OrderCreateV7RequestVmfAdditionalAttributesInner) GetAttributeValue() string
GetAttributeValue returns the AttributeValue field if non-nil, zero value otherwise.
func (o *OrderCreateV7RequestVmfAdditionalAttributesInner) 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 *OrderCreateV7RequestVmfAdditionalAttributesInner) SetAttributeValue(v string)
SetAttributeValue sets AttributeValue field to given value.
func (o *OrderCreateV7RequestVmfAdditionalAttributesInner) HasAttributeValue() bool
HasAttributeValue returns a boolean if a field has been set.
func (o *OrderCreateV7RequestVmfAdditionalAttributesInner) SetAttributeValueNil(b bool)
SetAttributeValueNil sets the value for AttributeValue to be an explicit nil
func (o *OrderCreateV7RequestVmfAdditionalAttributesInner) UnsetAttributeValue()
UnsetAttributeValue ensures that no value is present for AttributeValue, not even an explicit nil