Skip to content

Latest commit

 

History

History
512 lines (279 loc) · 17.8 KB

AsyncOrderCreateDTO.md

File metadata and controls

512 lines (279 loc) · 17.8 KB

AsyncOrderCreateDTO

Properties

Name Type Description Notes
QuoteNumber Pointer to NullableString A unique identifier generated by Ingram Micro's CRM specific to each quote. [optional]
CustomerOrderNumber Pointer to NullableString The reseller's order number for reference in their system. [optional]
EndCustomerOrderNumber Pointer to NullableString The end customer's order number for reference in their system. [optional]
Notes Pointer to string Order header level notes. [optional]
BillToAddressId Pointer to NullableString Suffix used to identify billing address. Created during onboarding. Resellers are provided with one or more address IDs depending on how many bill to addresses they need for various flooring companies they are using for credit. [optional]
SpecialBidNumber Pointer to string The bid number is provided to the reseller by the vendor for special pricing and discounts. Line-level bid numbers take precedence over header-level bid numbers. [optional]
InternalComments Pointer to string need to replace with actual description [optional]
AcceptBackOrder Pointer to bool ENUM ["true","false"] - accept order if this item is backordered. This field along with shipComplete field decides the value of backorderflag. The value of this field is ignored when shipComplete field is present. [optional]
VendAuthNumber Pointer to string Authorization number provided by vendor to Ingram's reseller. Orders will be placed on hold without this value, vendor specific mandatory field - please reach out Ingram Sales team for list of vendor for whom this is mandatory. [optional]
ResellerInfo Pointer to AsyncOrderCreateDTOResellerInfo [optional]
EndUserInfo Pointer to AsyncOrderCreateDTOEndUserInfo [optional]
ShipToInfo Pointer to AsyncOrderCreateDTOShipToInfo [optional]
ShipmentDetails Pointer to AsyncOrderCreateDTOShipmentDetails [optional]
AdditionalAttributes Pointer to []AsyncOrderCreateDTOAdditionalAttributesInner Additional order create attributes. [optional]
VmfadditionalAttributes Pointer to []AsyncOrderCreateDTOVmfadditionalAttributesInner The object containing the list of fields required at a header level by the vendor. [optional]
Lines Pointer to []AsyncOrderCreateDTOLinesInner The object containing the lines that require vendor mandatory fields. [optional]
WarrantyInfo Pointer to []AsyncOrderCreateDTOWarrantyInfoInner Warranty Information [optional]

Methods

NewAsyncOrderCreateDTO

func NewAsyncOrderCreateDTO() *AsyncOrderCreateDTO

NewAsyncOrderCreateDTO instantiates a new AsyncOrderCreateDTO 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

NewAsyncOrderCreateDTOWithDefaults

func NewAsyncOrderCreateDTOWithDefaults() *AsyncOrderCreateDTO

NewAsyncOrderCreateDTOWithDefaults instantiates a new AsyncOrderCreateDTO 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

GetQuoteNumber

func (o *AsyncOrderCreateDTO) GetQuoteNumber() string

GetQuoteNumber returns the QuoteNumber field if non-nil, zero value otherwise.

GetQuoteNumberOk

func (o *AsyncOrderCreateDTO) GetQuoteNumberOk() (*string, bool)

GetQuoteNumberOk returns a tuple with the QuoteNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetQuoteNumber

func (o *AsyncOrderCreateDTO) SetQuoteNumber(v string)

SetQuoteNumber sets QuoteNumber field to given value.

HasQuoteNumber

func (o *AsyncOrderCreateDTO) HasQuoteNumber() bool

HasQuoteNumber returns a boolean if a field has been set.

SetQuoteNumberNil

func (o *AsyncOrderCreateDTO) SetQuoteNumberNil(b bool)

SetQuoteNumberNil sets the value for QuoteNumber to be an explicit nil

UnsetQuoteNumber

func (o *AsyncOrderCreateDTO) UnsetQuoteNumber()

UnsetQuoteNumber ensures that no value is present for QuoteNumber, not even an explicit nil

GetCustomerOrderNumber

func (o *AsyncOrderCreateDTO) GetCustomerOrderNumber() string

GetCustomerOrderNumber returns the CustomerOrderNumber field if non-nil, zero value otherwise.

GetCustomerOrderNumberOk

func (o *AsyncOrderCreateDTO) GetCustomerOrderNumberOk() (*string, bool)

GetCustomerOrderNumberOk returns a tuple with the CustomerOrderNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCustomerOrderNumber

func (o *AsyncOrderCreateDTO) SetCustomerOrderNumber(v string)

SetCustomerOrderNumber sets CustomerOrderNumber field to given value.

HasCustomerOrderNumber

func (o *AsyncOrderCreateDTO) HasCustomerOrderNumber() bool

HasCustomerOrderNumber returns a boolean if a field has been set.

SetCustomerOrderNumberNil

func (o *AsyncOrderCreateDTO) SetCustomerOrderNumberNil(b bool)

SetCustomerOrderNumberNil sets the value for CustomerOrderNumber to be an explicit nil

UnsetCustomerOrderNumber

func (o *AsyncOrderCreateDTO) UnsetCustomerOrderNumber()

UnsetCustomerOrderNumber ensures that no value is present for CustomerOrderNumber, not even an explicit nil

GetEndCustomerOrderNumber

func (o *AsyncOrderCreateDTO) GetEndCustomerOrderNumber() string

GetEndCustomerOrderNumber returns the EndCustomerOrderNumber field if non-nil, zero value otherwise.

GetEndCustomerOrderNumberOk

func (o *AsyncOrderCreateDTO) GetEndCustomerOrderNumberOk() (*string, bool)

GetEndCustomerOrderNumberOk returns a tuple with the EndCustomerOrderNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEndCustomerOrderNumber

func (o *AsyncOrderCreateDTO) SetEndCustomerOrderNumber(v string)

SetEndCustomerOrderNumber sets EndCustomerOrderNumber field to given value.

HasEndCustomerOrderNumber

func (o *AsyncOrderCreateDTO) HasEndCustomerOrderNumber() bool

HasEndCustomerOrderNumber returns a boolean if a field has been set.

SetEndCustomerOrderNumberNil

func (o *AsyncOrderCreateDTO) SetEndCustomerOrderNumberNil(b bool)

SetEndCustomerOrderNumberNil sets the value for EndCustomerOrderNumber to be an explicit nil

UnsetEndCustomerOrderNumber

func (o *AsyncOrderCreateDTO) UnsetEndCustomerOrderNumber()

UnsetEndCustomerOrderNumber ensures that no value is present for EndCustomerOrderNumber, not even an explicit nil

GetNotes

func (o *AsyncOrderCreateDTO) GetNotes() string

GetNotes returns the Notes field if non-nil, zero value otherwise.

GetNotesOk

func (o *AsyncOrderCreateDTO) GetNotesOk() (*string, bool)

GetNotesOk returns a tuple with the Notes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNotes

func (o *AsyncOrderCreateDTO) SetNotes(v string)

SetNotes sets Notes field to given value.

HasNotes

func (o *AsyncOrderCreateDTO) HasNotes() bool

HasNotes returns a boolean if a field has been set.

GetBillToAddressId

func (o *AsyncOrderCreateDTO) GetBillToAddressId() string

GetBillToAddressId returns the BillToAddressId field if non-nil, zero value otherwise.

GetBillToAddressIdOk

func (o *AsyncOrderCreateDTO) GetBillToAddressIdOk() (*string, bool)

GetBillToAddressIdOk returns a tuple with the BillToAddressId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBillToAddressId

func (o *AsyncOrderCreateDTO) SetBillToAddressId(v string)

SetBillToAddressId sets BillToAddressId field to given value.

HasBillToAddressId

func (o *AsyncOrderCreateDTO) HasBillToAddressId() bool

HasBillToAddressId returns a boolean if a field has been set.

SetBillToAddressIdNil

func (o *AsyncOrderCreateDTO) SetBillToAddressIdNil(b bool)

SetBillToAddressIdNil sets the value for BillToAddressId to be an explicit nil

UnsetBillToAddressId

func (o *AsyncOrderCreateDTO) UnsetBillToAddressId()

UnsetBillToAddressId ensures that no value is present for BillToAddressId, not even an explicit nil

GetSpecialBidNumber

func (o *AsyncOrderCreateDTO) GetSpecialBidNumber() string

GetSpecialBidNumber returns the SpecialBidNumber field if non-nil, zero value otherwise.

GetSpecialBidNumberOk

func (o *AsyncOrderCreateDTO) GetSpecialBidNumberOk() (*string, bool)

GetSpecialBidNumberOk returns a tuple with the SpecialBidNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSpecialBidNumber

func (o *AsyncOrderCreateDTO) SetSpecialBidNumber(v string)

SetSpecialBidNumber sets SpecialBidNumber field to given value.

HasSpecialBidNumber

func (o *AsyncOrderCreateDTO) HasSpecialBidNumber() bool

HasSpecialBidNumber returns a boolean if a field has been set.

GetInternalComments

func (o *AsyncOrderCreateDTO) GetInternalComments() string

GetInternalComments returns the InternalComments field if non-nil, zero value otherwise.

GetInternalCommentsOk

func (o *AsyncOrderCreateDTO) GetInternalCommentsOk() (*string, bool)

GetInternalCommentsOk returns a tuple with the InternalComments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetInternalComments

func (o *AsyncOrderCreateDTO) SetInternalComments(v string)

SetInternalComments sets InternalComments field to given value.

HasInternalComments

func (o *AsyncOrderCreateDTO) HasInternalComments() bool

HasInternalComments returns a boolean if a field has been set.

GetAcceptBackOrder

func (o *AsyncOrderCreateDTO) GetAcceptBackOrder() bool

GetAcceptBackOrder returns the AcceptBackOrder field if non-nil, zero value otherwise.

GetAcceptBackOrderOk

func (o *AsyncOrderCreateDTO) GetAcceptBackOrderOk() (*bool, bool)

GetAcceptBackOrderOk returns a tuple with the AcceptBackOrder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAcceptBackOrder

func (o *AsyncOrderCreateDTO) SetAcceptBackOrder(v bool)

SetAcceptBackOrder sets AcceptBackOrder field to given value.

HasAcceptBackOrder

func (o *AsyncOrderCreateDTO) HasAcceptBackOrder() bool

HasAcceptBackOrder returns a boolean if a field has been set.

GetVendAuthNumber

func (o *AsyncOrderCreateDTO) GetVendAuthNumber() string

GetVendAuthNumber returns the VendAuthNumber field if non-nil, zero value otherwise.

GetVendAuthNumberOk

func (o *AsyncOrderCreateDTO) GetVendAuthNumberOk() (*string, bool)

GetVendAuthNumberOk returns a tuple with the VendAuthNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVendAuthNumber

func (o *AsyncOrderCreateDTO) SetVendAuthNumber(v string)

SetVendAuthNumber sets VendAuthNumber field to given value.

HasVendAuthNumber

func (o *AsyncOrderCreateDTO) HasVendAuthNumber() bool

HasVendAuthNumber returns a boolean if a field has been set.

GetResellerInfo

func (o *AsyncOrderCreateDTO) GetResellerInfo() AsyncOrderCreateDTOResellerInfo

GetResellerInfo returns the ResellerInfo field if non-nil, zero value otherwise.

GetResellerInfoOk

func (o *AsyncOrderCreateDTO) GetResellerInfoOk() (*AsyncOrderCreateDTOResellerInfo, bool)

GetResellerInfoOk returns a tuple with the ResellerInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetResellerInfo

func (o *AsyncOrderCreateDTO) SetResellerInfo(v AsyncOrderCreateDTOResellerInfo)

SetResellerInfo sets ResellerInfo field to given value.

HasResellerInfo

func (o *AsyncOrderCreateDTO) HasResellerInfo() bool

HasResellerInfo returns a boolean if a field has been set.

GetEndUserInfo

func (o *AsyncOrderCreateDTO) GetEndUserInfo() AsyncOrderCreateDTOEndUserInfo

GetEndUserInfo returns the EndUserInfo field if non-nil, zero value otherwise.

GetEndUserInfoOk

func (o *AsyncOrderCreateDTO) GetEndUserInfoOk() (*AsyncOrderCreateDTOEndUserInfo, bool)

GetEndUserInfoOk returns a tuple with the EndUserInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEndUserInfo

func (o *AsyncOrderCreateDTO) SetEndUserInfo(v AsyncOrderCreateDTOEndUserInfo)

SetEndUserInfo sets EndUserInfo field to given value.

HasEndUserInfo

func (o *AsyncOrderCreateDTO) HasEndUserInfo() bool

HasEndUserInfo returns a boolean if a field has been set.

GetShipToInfo

func (o *AsyncOrderCreateDTO) GetShipToInfo() AsyncOrderCreateDTOShipToInfo

GetShipToInfo returns the ShipToInfo field if non-nil, zero value otherwise.

GetShipToInfoOk

func (o *AsyncOrderCreateDTO) GetShipToInfoOk() (*AsyncOrderCreateDTOShipToInfo, bool)

GetShipToInfoOk returns a tuple with the ShipToInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetShipToInfo

func (o *AsyncOrderCreateDTO) SetShipToInfo(v AsyncOrderCreateDTOShipToInfo)

SetShipToInfo sets ShipToInfo field to given value.

HasShipToInfo

func (o *AsyncOrderCreateDTO) HasShipToInfo() bool

HasShipToInfo returns a boolean if a field has been set.

GetShipmentDetails

func (o *AsyncOrderCreateDTO) GetShipmentDetails() AsyncOrderCreateDTOShipmentDetails

GetShipmentDetails returns the ShipmentDetails field if non-nil, zero value otherwise.

GetShipmentDetailsOk

func (o *AsyncOrderCreateDTO) GetShipmentDetailsOk() (*AsyncOrderCreateDTOShipmentDetails, bool)

GetShipmentDetailsOk returns a tuple with the ShipmentDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetShipmentDetails

func (o *AsyncOrderCreateDTO) SetShipmentDetails(v AsyncOrderCreateDTOShipmentDetails)

SetShipmentDetails sets ShipmentDetails field to given value.

HasShipmentDetails

func (o *AsyncOrderCreateDTO) HasShipmentDetails() bool

HasShipmentDetails returns a boolean if a field has been set.

GetAdditionalAttributes

func (o *AsyncOrderCreateDTO) GetAdditionalAttributes() []AsyncOrderCreateDTOAdditionalAttributesInner

GetAdditionalAttributes returns the AdditionalAttributes field if non-nil, zero value otherwise.

GetAdditionalAttributesOk

func (o *AsyncOrderCreateDTO) GetAdditionalAttributesOk() (*[]AsyncOrderCreateDTOAdditionalAttributesInner, bool)

GetAdditionalAttributesOk returns a tuple with the AdditionalAttributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAdditionalAttributes

func (o *AsyncOrderCreateDTO) SetAdditionalAttributes(v []AsyncOrderCreateDTOAdditionalAttributesInner)

SetAdditionalAttributes sets AdditionalAttributes field to given value.

HasAdditionalAttributes

func (o *AsyncOrderCreateDTO) HasAdditionalAttributes() bool

HasAdditionalAttributes returns a boolean if a field has been set.

GetVmfadditionalAttributes

func (o *AsyncOrderCreateDTO) GetVmfadditionalAttributes() []AsyncOrderCreateDTOVmfadditionalAttributesInner

GetVmfadditionalAttributes returns the VmfadditionalAttributes field if non-nil, zero value otherwise.

GetVmfadditionalAttributesOk

func (o *AsyncOrderCreateDTO) GetVmfadditionalAttributesOk() (*[]AsyncOrderCreateDTOVmfadditionalAttributesInner, bool)

GetVmfadditionalAttributesOk returns a tuple with the VmfadditionalAttributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVmfadditionalAttributes

func (o *AsyncOrderCreateDTO) SetVmfadditionalAttributes(v []AsyncOrderCreateDTOVmfadditionalAttributesInner)

SetVmfadditionalAttributes sets VmfadditionalAttributes field to given value.

HasVmfadditionalAttributes

func (o *AsyncOrderCreateDTO) HasVmfadditionalAttributes() bool

HasVmfadditionalAttributes returns a boolean if a field has been set.

GetLines

func (o *AsyncOrderCreateDTO) GetLines() []AsyncOrderCreateDTOLinesInner

GetLines returns the Lines field if non-nil, zero value otherwise.

GetLinesOk

func (o *AsyncOrderCreateDTO) GetLinesOk() (*[]AsyncOrderCreateDTOLinesInner, bool)

GetLinesOk returns a tuple with the Lines field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLines

func (o *AsyncOrderCreateDTO) SetLines(v []AsyncOrderCreateDTOLinesInner)

SetLines sets Lines field to given value.

HasLines

func (o *AsyncOrderCreateDTO) HasLines() bool

HasLines returns a boolean if a field has been set.

GetWarrantyInfo

func (o *AsyncOrderCreateDTO) GetWarrantyInfo() []AsyncOrderCreateDTOWarrantyInfoInner

GetWarrantyInfo returns the WarrantyInfo field if non-nil, zero value otherwise.

GetWarrantyInfoOk

func (o *AsyncOrderCreateDTO) GetWarrantyInfoOk() (*[]AsyncOrderCreateDTOWarrantyInfoInner, bool)

GetWarrantyInfoOk returns a tuple with the WarrantyInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetWarrantyInfo

func (o *AsyncOrderCreateDTO) SetWarrantyInfo(v []AsyncOrderCreateDTOWarrantyInfoInner)

SetWarrantyInfo sets WarrantyInfo field to given value.

HasWarrantyInfo

func (o *AsyncOrderCreateDTO) HasWarrantyInfo() bool

HasWarrantyInfo returns a boolean if a field has been set.

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