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

  •   shippingService

    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
  •   totalShippingCost

    The 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 *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_MultiLegShippingServiceType.h

shippingService

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 *shippingService

Discussion

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.h

totalShippingCost

The total shipping cost of the domestic leg of a Global Shipping Program shipment.

@property (nonatomic, retain) Trading_AmountType *totalShippingCost

Discussion

The total shipping cost of the domestic leg of a Global Shipping Program shipment.

type : class Trading_AmountType

Declared In

Trading_MultiLegShippingServiceType.h