Name | Type | Description | Notes |
---|---|---|---|
EventDate | Pointer to string | The tracking detail's timestamp. | [optional] |
Status | Pointer to string | [optional] | |
Message | Pointer to string | An arbitrary, human-readable message associated with this set of tracking details. | [optional] |
Locality | Pointer to string | The locality associated this this set of tracking details, if any. | [optional] |
Region | Pointer to string | The region associated this this set of tracking details, if any. | [optional] |
PostalCode | Pointer to string | The postal associated this this set of tracking details, if any. | [optional] |
CountryCode | Pointer to string | The country associated this this set of tracking details, if any. | [optional] |
func NewShipmentTrackingUpdateTrackingDetailsInner() *ShipmentTrackingUpdateTrackingDetailsInner
NewShipmentTrackingUpdateTrackingDetailsInner instantiates a new ShipmentTrackingUpdateTrackingDetailsInner 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 NewShipmentTrackingUpdateTrackingDetailsInnerWithDefaults() *ShipmentTrackingUpdateTrackingDetailsInner
NewShipmentTrackingUpdateTrackingDetailsInnerWithDefaults instantiates a new ShipmentTrackingUpdateTrackingDetailsInner 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 *ShipmentTrackingUpdateTrackingDetailsInner) GetEventDate() string
GetEventDate returns the EventDate field if non-nil, zero value otherwise.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) GetEventDateOk() (*string, bool)
GetEventDateOk returns a tuple with the EventDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) SetEventDate(v string)
SetEventDate sets EventDate field to given value.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) HasEventDate() bool
HasEventDate returns a boolean if a field has been set.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) GetLocality() string
GetLocality returns the Locality field if non-nil, zero value otherwise.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) GetLocalityOk() (*string, bool)
GetLocalityOk returns a tuple with the Locality field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) SetLocality(v string)
SetLocality sets Locality field to given value.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) HasLocality() bool
HasLocality returns a boolean if a field has been set.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) GetPostalCode() string
GetPostalCode returns the PostalCode field if non-nil, zero value otherwise.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) GetPostalCodeOk() (*string, bool)
GetPostalCodeOk returns a tuple with the PostalCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) SetPostalCode(v string)
SetPostalCode sets PostalCode field to given value.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) HasPostalCode() bool
HasPostalCode returns a boolean if a field has been set.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) GetCountryCode() string
GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) GetCountryCodeOk() (*string, bool)
GetCountryCodeOk returns a tuple with the CountryCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) SetCountryCode(v string)
SetCountryCode sets CountryCode field to given value.
func (o *ShipmentTrackingUpdateTrackingDetailsInner) HasCountryCode() bool
HasCountryCode returns a boolean if a field has been set.