Trading_MultiLegShippingServiceType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_MultiLegShippingServiceType.h Trading_MultiLegShippingServiceType.m |
Overview
This type specifies the shipping service and cost of the domestic leg of a Global Shipping Program shipment.
@ingroup EBayAPIInterface
Tasks
-
shippingServiceThe shipping service specified for the domestic leg of a Global Shipping Program shipment. For the domestic leg, the value of this field can be any available shipping service that ships to the domestic address of the international shipping provider.
property -
totalShippingCostThe total shipping cost of the domestic leg of a Global Shipping Program shipment.
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_MultiLegShippingServiceType.hshippingService
The shipping service specified for the domestic leg of a Global Shipping Program shipment. For the domestic leg, the value of this field can be any available shipping service that ships to the domestic address of the international shipping provider.
@property (nonatomic, retain) NSString *shippingServiceDiscussion
The shipping service specified for the domestic leg of a Global Shipping Program shipment. For the domestic leg, the value of this field can be any available shipping service that ships to the domestic address of the international shipping provider.
type : NSString, wrapper for primitive string
Declared In
Trading_MultiLegShippingServiceType.htotalShippingCost
The total shipping cost of the domestic leg of a Global Shipping Program shipment.
@property (nonatomic, retain) Trading_AmountType *totalShippingCostDiscussion
The total shipping cost of the domestic leg of a Global Shipping Program shipment.
type : class Trading_AmountType
Declared In
Trading_MultiLegShippingServiceType.h