Name | Type | Description | Notes |
---|---|---|---|
FreightEstimateResponse | Pointer to FreightResponseFreightEstimateResponse | [optional] |
func NewFreightResponse() *FreightResponse
NewFreightResponse instantiates a new FreightResponse 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 NewFreightResponseWithDefaults() *FreightResponse
NewFreightResponseWithDefaults instantiates a new FreightResponse 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 *FreightResponse) GetFreightEstimateResponse() FreightResponseFreightEstimateResponse
GetFreightEstimateResponse returns the FreightEstimateResponse field if non-nil, zero value otherwise.
func (o *FreightResponse) GetFreightEstimateResponseOk() (*FreightResponseFreightEstimateResponse, bool)
GetFreightEstimateResponseOk returns a tuple with the FreightEstimateResponse field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FreightResponse) SetFreightEstimateResponse(v FreightResponseFreightEstimateResponse)
SetFreightEstimateResponse sets FreightEstimateResponse field to given value.
func (o *FreightResponse) HasFreightEstimateResponse() bool
HasFreightEstimateResponse returns a boolean if a field has been set.