brandon14/ebay-sdk-php

View on GitHub
src/Sell/Logistics/V1/docs/Model/Rate.md

Summary

Maintainability
Test Coverage
# # Rate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**additional_options** | [**\TNT\Ebay\Sell\Logistics\V1\Model\AdditionalOption[]**](AdditionalOption.md) | Contains service and pricing information for one or more shipping options that are offered by the carrier and can be purchased in addition to the base shipping service provided by this rate. Shipping options can include items such as <code>INSURANCE</code> and <code>SIGNATURE</code>. | [optional]
**base_shipping_cost** | [**\TNT\Ebay\Sell\Logistics\V1\Model\Amount**](Amount.md) |  | [optional]
**destination_time_zone** | **string** | The name of the time zone region, as defined in the <a href=\"http://www.iana.org/time-zones\"  target=\"_blank\">IANA Time Zone Database</a>, to which the package is being shipped.  <br><br>Delivery dates are calculated relative to this time zone.  <br><br><span class=\"tablenote\"><strong>Note:</strong> This is different from a Coordinated Universal Time (UTC) offset. For example, the <i>America/Los_Angeles</i> time zone identifies a region with the UTC standard time offset of <code>-08:00</code>, but so do several other time zones, including <i>America/Tijuana</i>,<i>America/Dawson</i>, and <i>Pacific/Pitcairn</i>.</span> | [optional]
**max_estimated_delivery_date** | **string** | The latest stated date and time the shipment will be delivered at this rate.  <br><br>The time stamp is formatted as an <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\" title=\"https://www.iso.org\" target=\"_blank\">ISO 8601</a> string, which is based on the 24-hour Coordinated Universal Time (UTC) clock.  <br><br><b>Format:</b> <code>[YYYY]-[MM]-[DD]T[HH]:[MM]:[SS].[SSS]Z</code> <br><b>Example:</b> <code>2018-08-20T07:09:00.000Z</code> | [optional]
**min_estimated_delivery_date** | **string** | The estimated earliest date and time the shipment will be delivered at this rate. The time stamp is formatted as an ISO 8601 UTC string. | [optional]
**pickup_networks** | **string[]** | A list of pickup networks compatible with the shipping service. | [optional]
**pickup_slots** | [**\TNT\Ebay\Sell\Logistics\V1\Model\PickupSlot[]**](PickupSlot.md) | A list of available pickup slots for the package. | [optional]
**pickup_type** | **string** | The type of pickup or drop-off service associated with the <b>pickupSlots</b> time frames. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/logistics/types/api:PickupTypeEnum'>eBay API documentation</a> | [optional]
**rate_id** | **string** | The unique eBay-assigned ID for this shipping rate. | [optional]
**rate_recommendation** | **string[]** | A list of reasons this rate is recommended. Available values are: <ul> <li><code>BUYER_CHOSEN</code> — The rate meets or exceeds the requirements of the buyer's preferred shipping option.</li> <li><code>CHEAPEST_ON_TIME</code> — The rate is the cheapest rate available that will provide delivery within the seller's time frame commitment.</li>  <li><code>EBAY_PLUS_OK</code> — The rate complies with the shipping requirements of the eBay Plus program.</li> <li><code>FASTEST_ON_TIME</code> — The rate has the fastest shipping time, and will provide delivery within the seller's time frame commitment.</li> <li><code>GUARANTEED_DELIVERY_OK</code> — The rate complies with the shipping requirements of the eBay Guaranteed Delivery program.</li></ul> | [optional]
**shipping_carrier_code** | **string** | The code name of the shipping carrier who will provide the service identified by <b>shippingServiceCode</b>. | [optional]
**shipping_carrier_name** | **string** | The common name of the shipping carrier. | [optional]
**shipping_service_code** | **string** | The code name of the shipping service to be provided by the carrier identified by <b>shippingCarrierCode</b>. | [optional]
**shipping_service_name** | **string** | The common name of the shipping service. | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)