| Name | Type | Description | Notes |
|---|---|---|---|
| AttributeName | Pointer to string | allowPartialOrder: Allow orders with failed lines. (SAP) Depends on backorder settings. 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. channelCode: Determine storage location for Markeplace(SAP) for different orderTypes. customerPOType: Used for pricing, similar to orderType. Possible SAP values- ZXML and ZWEB. storageLocation: Determine the location of the product stock in SAP for Marketplaces. soldTo: To be used in cases when Sold-To is different than Customer ID. orderType: Order Type[SAP]- ZOR and ZLCN. endUserSearchTerm: Search ID for a end user contact is used in SAP to determine the contact name. Z101: Used for end customer details such as name, address, phone, etc. This information flows to SAP and is used by warehouse. 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 string | attributefield data | [optional] |
func NewOrderCreateRequestAdditionalAttributesInner() *OrderCreateRequestAdditionalAttributesInner
NewOrderCreateRequestAdditionalAttributesInner instantiates a new OrderCreateRequestAdditionalAttributesInner 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 NewOrderCreateRequestAdditionalAttributesInnerWithDefaults() *OrderCreateRequestAdditionalAttributesInner
NewOrderCreateRequestAdditionalAttributesInnerWithDefaults instantiates a new OrderCreateRequestAdditionalAttributesInner 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 *OrderCreateRequestAdditionalAttributesInner) GetAttributeName() string
GetAttributeName returns the AttributeName field if non-nil, zero value otherwise.
func (o *OrderCreateRequestAdditionalAttributesInner) 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 *OrderCreateRequestAdditionalAttributesInner) SetAttributeName(v string)
SetAttributeName sets AttributeName field to given value.
func (o *OrderCreateRequestAdditionalAttributesInner) HasAttributeName() bool
HasAttributeName returns a boolean if a field has been set.
func (o *OrderCreateRequestAdditionalAttributesInner) GetAttributeValue() string
GetAttributeValue returns the AttributeValue field if non-nil, zero value otherwise.
func (o *OrderCreateRequestAdditionalAttributesInner) 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 *OrderCreateRequestAdditionalAttributesInner) SetAttributeValue(v string)
SetAttributeValue sets AttributeValue field to given value.
func (o *OrderCreateRequestAdditionalAttributesInner) HasAttributeValue() bool
HasAttributeValue returns a boolean if a field has been set.