| Name | Type | Description | Notes |
|---|---|---|---|
| AttributeName | Pointer to NullableString | allowPartialOrder: Allow orders with failed lines. DpasRating: DX rating by Department of Defense is the highest rating by the highest offices and meant to be top priority. DO any other gov offices at the federal level to priotize. DpasProgramId: Identifies the actual agency that signed off on the DPAS priority. allowDuplicateCustomerOrderNumber: Allow orders with duplicate customer PO numbers. Enables resellers to have the same PO number for multiple orders. euDepId: DEP ID would be the 'End User DEP/ABM Organization ID' up to 32 characters and is assigned by Apple. depOrderNbr: depordernbr is 'End User PO to reseller' Can appear in message lines or dedicated end user po#. govtProgramType: Program type, “PA” for government orders, “ED” for education order. govtEndUserType: Type of end user of the program. F = Federal, S = State, E = Local, K = K-12 school, and H = Higher Education govtSolicitationNumber: Education order’s contract number govtPublicPrivateCode: Determines TAX / NO TAX. 'P' PUBLIC SECTOR, 'R' PRIVATE SECTOR. Value needs only to be provided for EDUCATION order. govtEndUserData: Name of the End user of the program. For example, STATE OF OHIO, CHICAGO SCHOOLDISTRICT etc. govtEndUserPostalCode: 9 CHAR FIELD / Zip Code of the End user of the order. dynamicMessageLine1: Custom Dynamic Message line 1. allowOrderOnCustomerHold: Boolean value flag which allows a customer to create an order with the hold status. | [optional] |
| AttributeValue | Pointer to NullableString | The attribute field data. | [optional] |
func NewOrderCreateV7RequestAdditionalAttributesInner() *OrderCreateV7RequestAdditionalAttributesInner
NewOrderCreateV7RequestAdditionalAttributesInner instantiates a new OrderCreateV7RequestAdditionalAttributesInner 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 NewOrderCreateV7RequestAdditionalAttributesInnerWithDefaults() *OrderCreateV7RequestAdditionalAttributesInner
NewOrderCreateV7RequestAdditionalAttributesInnerWithDefaults instantiates a new OrderCreateV7RequestAdditionalAttributesInner 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 *OrderCreateV7RequestAdditionalAttributesInner) GetAttributeName() string
GetAttributeName returns the AttributeName field if non-nil, zero value otherwise.
func (o *OrderCreateV7RequestAdditionalAttributesInner) 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 *OrderCreateV7RequestAdditionalAttributesInner) SetAttributeName(v string)
SetAttributeName sets AttributeName field to given value.
func (o *OrderCreateV7RequestAdditionalAttributesInner) HasAttributeName() bool
HasAttributeName returns a boolean if a field has been set.
func (o *OrderCreateV7RequestAdditionalAttributesInner) SetAttributeNameNil(b bool)
SetAttributeNameNil sets the value for AttributeName to be an explicit nil
func (o *OrderCreateV7RequestAdditionalAttributesInner) UnsetAttributeName()
UnsetAttributeName ensures that no value is present for AttributeName, not even an explicit nil
func (o *OrderCreateV7RequestAdditionalAttributesInner) GetAttributeValue() string
GetAttributeValue returns the AttributeValue field if non-nil, zero value otherwise.
func (o *OrderCreateV7RequestAdditionalAttributesInner) 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 *OrderCreateV7RequestAdditionalAttributesInner) SetAttributeValue(v string)
SetAttributeValue sets AttributeValue field to given value.
func (o *OrderCreateV7RequestAdditionalAttributesInner) HasAttributeValue() bool
HasAttributeValue returns a boolean if a field has been set.
func (o *OrderCreateV7RequestAdditionalAttributesInner) SetAttributeValueNil(b bool)
SetAttributeValueNil sets the value for AttributeValue to be an explicit nil
func (o *OrderCreateV7RequestAdditionalAttributesInner) UnsetAttributeValue()
UnsetAttributeValue ensures that no value is present for AttributeValue, not even an explicit nil