Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.03 KB

OrderModifyRequestAdditionalAttributesInner.md

File metadata and controls

82 lines (45 loc) · 3.03 KB

OrderModifyRequestAdditionalAttributesInner

Properties

Name Type Description Notes
AttributeName Pointer to string Example values are 'entryMethod', 'enableCommentsAsLines', 'regionCode' [optional]
AttributeValue Pointer to string Attribute Value [optional]

Methods

NewOrderModifyRequestAdditionalAttributesInner

func NewOrderModifyRequestAdditionalAttributesInner() *OrderModifyRequestAdditionalAttributesInner

NewOrderModifyRequestAdditionalAttributesInner instantiates a new OrderModifyRequestAdditionalAttributesInner 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

NewOrderModifyRequestAdditionalAttributesInnerWithDefaults

func NewOrderModifyRequestAdditionalAttributesInnerWithDefaults() *OrderModifyRequestAdditionalAttributesInner

NewOrderModifyRequestAdditionalAttributesInnerWithDefaults instantiates a new OrderModifyRequestAdditionalAttributesInner 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

GetAttributeName

func (o *OrderModifyRequestAdditionalAttributesInner) GetAttributeName() string

GetAttributeName returns the AttributeName field if non-nil, zero value otherwise.

GetAttributeNameOk

func (o *OrderModifyRequestAdditionalAttributesInner) 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.

SetAttributeName

func (o *OrderModifyRequestAdditionalAttributesInner) SetAttributeName(v string)

SetAttributeName sets AttributeName field to given value.

HasAttributeName

func (o *OrderModifyRequestAdditionalAttributesInner) HasAttributeName() bool

HasAttributeName returns a boolean if a field has been set.

GetAttributeValue

func (o *OrderModifyRequestAdditionalAttributesInner) GetAttributeValue() string

GetAttributeValue returns the AttributeValue field if non-nil, zero value otherwise.

GetAttributeValueOk

func (o *OrderModifyRequestAdditionalAttributesInner) 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.

SetAttributeValue

func (o *OrderModifyRequestAdditionalAttributesInner) SetAttributeValue(v string)

SetAttributeValue sets AttributeValue field to given value.

HasAttributeValue

func (o *OrderModifyRequestAdditionalAttributesInner) HasAttributeValue() bool

HasAttributeValue returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]