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
-
shippingServiceDetails
Contains information about the shipping service and cost of the domestic leg of a Global Shipping Program shipment.
property -
shipToAddress
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 -
shippingTimeMin
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 -
shippingTimeMax
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 -
any
(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_MultiLegShipmentType.h
shipToAddress
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 *shipToAddress
Discussion
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.h
shippingServiceDetails
Contains information about the shipping service and cost of the domestic leg of a Global Shipping Program shipment.
@property (nonatomic, retain) Trading_MultiLegShippingServiceType *shippingServiceDetails
Discussion
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.h
shippingTimeMax
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 *shippingTimeMax
Discussion
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.h
shippingTimeMin
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 *shippingTimeMin
Discussion
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