Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.99 KB

FreightResponse.md

File metadata and controls

56 lines (31 loc) · 1.99 KB

FreightResponse

Properties

Name Type Description Notes
FreightEstimateResponse Pointer to FreightResponseFreightEstimateResponse [optional]

Methods

NewFreightResponse

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

NewFreightResponseWithDefaults

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

GetFreightEstimateResponse

func (o *FreightResponse) GetFreightEstimateResponse() FreightResponseFreightEstimateResponse

GetFreightEstimateResponse returns the FreightEstimateResponse field if non-nil, zero value otherwise.

GetFreightEstimateResponseOk

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.

SetFreightEstimateResponse

func (o *FreightResponse) SetFreightEstimateResponse(v FreightResponseFreightEstimateResponse)

SetFreightEstimateResponse sets FreightEstimateResponse field to given value.

HasFreightEstimateResponse

func (o *FreightResponse) HasFreightEstimateResponse() bool

HasFreightEstimateResponse returns a boolean if a field has been set.

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