Name | Type | Description | Notes |
---|---|---|---|
BillToAddressId | Pointer to string | Suffix used to identify billing address. Created during onboarding. Resellers are provided with one or more address IDs depending on how many bill to addresses they need for various flooring companies they are using for credit. | [optional] |
ShipToAddressId | Pointer to string | The ID references the reseller's address in Ingram Micro's system for shipping. Provided to resellers during the onboarding process. | [optional] |
ShipToAddress | Pointer to []FreightRequestShipToAddressInner | The shipping information. | [optional] |
Lines | Pointer to []FreightRequestLinesInner | [optional] |
func NewFreightRequest() *FreightRequest
NewFreightRequest instantiates a new FreightRequest 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 NewFreightRequestWithDefaults() *FreightRequest
NewFreightRequestWithDefaults instantiates a new FreightRequest 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 *FreightRequest) GetBillToAddressId() string
GetBillToAddressId returns the BillToAddressId field if non-nil, zero value otherwise.
func (o *FreightRequest) GetBillToAddressIdOk() (*string, bool)
GetBillToAddressIdOk returns a tuple with the BillToAddressId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FreightRequest) SetBillToAddressId(v string)
SetBillToAddressId sets BillToAddressId field to given value.
func (o *FreightRequest) HasBillToAddressId() bool
HasBillToAddressId returns a boolean if a field has been set.
func (o *FreightRequest) GetShipToAddressId() string
GetShipToAddressId returns the ShipToAddressId field if non-nil, zero value otherwise.
func (o *FreightRequest) GetShipToAddressIdOk() (*string, bool)
GetShipToAddressIdOk returns a tuple with the ShipToAddressId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FreightRequest) SetShipToAddressId(v string)
SetShipToAddressId sets ShipToAddressId field to given value.
func (o *FreightRequest) HasShipToAddressId() bool
HasShipToAddressId returns a boolean if a field has been set.
func (o *FreightRequest) GetShipToAddress() []FreightRequestShipToAddressInner
GetShipToAddress returns the ShipToAddress field if non-nil, zero value otherwise.
func (o *FreightRequest) GetShipToAddressOk() (*[]FreightRequestShipToAddressInner, bool)
GetShipToAddressOk returns a tuple with the ShipToAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FreightRequest) SetShipToAddress(v []FreightRequestShipToAddressInner)
SetShipToAddress sets ShipToAddress field to given value.
func (o *FreightRequest) HasShipToAddress() bool
HasShipToAddress returns a boolean if a field has been set.
func (o *FreightRequest) GetLines() []FreightRequestLinesInner
GetLines returns the Lines field if non-nil, zero value otherwise.
func (o *FreightRequest) GetLinesOk() (*[]FreightRequestLinesInner, bool)
GetLinesOk returns a tuple with the Lines field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FreightRequest) SetLines(v []FreightRequestLinesInner)
SetLines sets Lines field to given value.
func (o *FreightRequest) HasLines() bool
HasLines returns a boolean if a field has been set.