shipstation-client
Version:
ShipStation V2 SDK
24 lines (16 loc) • 734 B
Markdown
# AdvancedShipmentOptionsFedexFreight
Provide details for the Fedex freight service
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**shipper_load_and_count** | **string** | | [optional] [default to undefined]
**booking_confirmation** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { AdvancedShipmentOptionsFedexFreight } from 'shipstation-client';
const instance: AdvancedShipmentOptionsFedexFreight = {
shipper_load_and_count,
booking_confirmation,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)