Trading_MultiLegShipmentType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_MultiLegShipmentType.h Trading_MultiLegShipmentType.m |
Overview
This type provides information about the shipping service, cost, address, and delivery estimates for the domestic leg of a Global Shipping Program shipment.
@ingroup EBayAPIInterface
Tasks
-
shippingServiceDetailsContains information about the shipping service and cost of the domestic leg of a Global Shipping Program shipment.
property -
shipToAddressContains shipping address information for the domestic leg of a Global Shipping Program shipment. This container includes the ReferenceID field, which can be printed on the package to give the international shipping provider a unique identifier for the order.
property -
shippingTimeMinThe minimum number of days that the shipping carrier will take to ship an item for the domestic leg of a Global Shipping Program shipment (not including the handling time it takes the seller to deliver the item to the domestic shipping carrier).
property -
shippingTimeMaxThe maximum guaranteed number of days that the shipping carrier will take to ship an item for the domestic leg of a Global Shipping Program shipment (not including the handling time it takes the seller to deliver the item to the domestic shipping carrier).
property -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_MultiLegShipmentType.hshipToAddress
Contains shipping address information for the domestic leg of a Global Shipping Program shipment. This container includes the ReferenceID field, which can be printed on the package to give the international shipping provider a unique identifier for the order.
@property (nonatomic, retain) Trading_AddressType *shipToAddressDiscussion
Contains shipping address information for the domestic leg of a Global Shipping Program shipment. This container includes the ReferenceID field, which can be printed on the package to give the international shipping provider a unique identifier for the order.
type : class Trading_AddressType
Declared In
Trading_MultiLegShipmentType.hshippingServiceDetails
Contains information about the shipping service and cost of the domestic leg of a Global Shipping Program shipment.
@property (nonatomic, retain) Trading_MultiLegShippingServiceType *shippingServiceDetailsDiscussion
Contains information about the shipping service and cost of the domestic leg of a Global Shipping Program shipment.
type : class Trading_MultiLegShippingServiceType
Declared In
Trading_MultiLegShipmentType.hshippingTimeMax
The maximum guaranteed number of days that the shipping carrier will take to ship an item for the domestic leg of a Global Shipping Program shipment (not including the handling time it takes the seller to deliver the item to the domestic shipping carrier).
@property (nonatomic, retain) NSNumber *shippingTimeMaxDiscussion
The maximum guaranteed number of days that the shipping carrier will take to ship an item for the domestic leg of a Global Shipping Program shipment (not including the handling time it takes the seller to deliver the item to the domestic shipping carrier).
type : NSNumber, wrapper for primitive int
Declared In
Trading_MultiLegShipmentType.hshippingTimeMin
The minimum number of days that the shipping carrier will take to ship an item for the domestic leg of a Global Shipping Program shipment (not including the handling time it takes the seller to deliver the item to the domestic shipping carrier).
@property (nonatomic, retain) NSNumber *shippingTimeMinDiscussion
The minimum number of days that the shipping carrier will take to ship an item for the domestic leg of a Global Shipping Program shipment (not including the handling time it takes the seller to deliver the item to the domestic shipping carrier).
type : NSNumber, wrapper for primitive int
Declared In
Trading_MultiLegShipmentType.h