| Name | Type | Description | Notes |
|---|---|---|---|
| BoxItems | []AddBoxItemToBox | Items contained in this box | |
| TrackingNumber | NullableString | Tracking number for the box shipment |
func NewAddBoxToOrder(boxItems []AddBoxItemToBox, trackingNumber NullableString, ) *AddBoxToOrder
NewAddBoxToOrder instantiates a new AddBoxToOrder 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 NewAddBoxToOrderWithDefaults() *AddBoxToOrder
NewAddBoxToOrderWithDefaults instantiates a new AddBoxToOrder 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 *AddBoxToOrder) GetBoxItems() []AddBoxItemToBox
GetBoxItems returns the BoxItems field if non-nil, zero value otherwise.
func (o *AddBoxToOrder) GetBoxItemsOk() (*[]AddBoxItemToBox, bool)
GetBoxItemsOk returns a tuple with the BoxItems field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddBoxToOrder) SetBoxItems(v []AddBoxItemToBox)
SetBoxItems sets BoxItems field to given value.
func (o *AddBoxToOrder) SetBoxItemsNil(b bool)
SetBoxItemsNil sets the value for BoxItems to be an explicit nil
func (o *AddBoxToOrder) UnsetBoxItems()
UnsetBoxItems ensures that no value is present for BoxItems, not even an explicit nil
func (o *AddBoxToOrder) GetTrackingNumber() string
GetTrackingNumber returns the TrackingNumber field if non-nil, zero value otherwise.
func (o *AddBoxToOrder) GetTrackingNumberOk() (*string, bool)
GetTrackingNumberOk returns a tuple with the TrackingNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddBoxToOrder) SetTrackingNumber(v string)
SetTrackingNumber sets TrackingNumber field to given value.
func (o *AddBoxToOrder) SetTrackingNumberNil(b bool)
SetTrackingNumberNil sets the value for TrackingNumber to be an explicit nil
func (o *AddBoxToOrder) UnsetTrackingNumber()
UnsetTrackingNumber ensures that no value is present for TrackingNumber, not even an explicit nil