Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.66 KB

CancelShipments.md

File metadata and controls

56 lines (31 loc) · 1.66 KB

CancelShipments

Properties

Name Type Description Notes
ShipmentIds Pointer to []int32 Shipment IDs to cancel [optional]

Methods

NewCancelShipments

func NewCancelShipments() *CancelShipments

NewCancelShipments instantiates a new CancelShipments 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

NewCancelShipmentsWithDefaults

func NewCancelShipmentsWithDefaults() *CancelShipments

NewCancelShipmentsWithDefaults instantiates a new CancelShipments 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

GetShipmentIds

func (o *CancelShipments) GetShipmentIds() []int32

GetShipmentIds returns the ShipmentIds field if non-nil, zero value otherwise.

GetShipmentIdsOk

func (o *CancelShipments) GetShipmentIdsOk() (*[]int32, bool)

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

SetShipmentIds

func (o *CancelShipments) SetShipmentIds(v []int32)

SetShipmentIds sets ShipmentIds field to given value.

HasShipmentIds

func (o *CancelShipments) HasShipmentIds() bool

HasShipmentIds returns a boolean if a field has been set.

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