Trading_InsuranceDetailsType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_InsuranceDetailsType.h Trading_InsuranceDetailsType.m |
Overview
Contains the cost of shipping insurance and other insurance-related information.
@ingroup EBayAPIInterface
Tasks
-
insuranceFee
Cost of shipping insurance set by the seller. If the buyer bought more than
property
one of this item, this is the insurance for just a single item. Exception:
for GetItemShipping, this is proportional to QuantitySold. Default is 0.00.
Value should be greater than 0.00 if InsuranceOption is Optional or Required.
For flat shipping only. Optional as input and only allowed if
ChangePaymentInstructions is true.
Valid only on the following sites: AU, FR, and IT
Applicable to Half.com (for GetOrders). -
insuranceOption
Whether the seller offers shipping insurance and, if so, whether the insurance
property
is optional or required. Applies to both flat and calculated shipping.
Optional as input and only allowed if ChangePaymentInstructions is true.
Valid only on the following sites: AU, FR, and IT
Applicable to Half.com (for GetOrders). -
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_InsuranceDetailsType.h
insuranceFee
Cost of shipping insurance set by the seller. If the buyer bought more than
one of this item, this is the insurance for just a single item. Exception:
for GetItemShipping, this is proportional to QuantitySold. Default is 0.00.
Value should be greater than 0.00 if InsuranceOption is Optional or Required.
For flat shipping only. Optional as input and only allowed if
ChangePaymentInstructions is true.
Valid only on the following sites: AU, FR, and IT
Applicable to Half.com (for GetOrders).
@property (nonatomic, retain) Trading_AmountType *insuranceFee
Discussion
Cost of shipping insurance set by the seller. If the buyer bought more than
one of this item, this is the insurance for just a single item. Exception:
for GetItemShipping, this is proportional to QuantitySold. Default is 0.00.
Value should be greater than 0.00 if InsuranceOption is Optional or Required.
For flat shipping only. Optional as input and only allowed if
ChangePaymentInstructions is true.
Valid only on the following sites: AU, FR, and IT
Applicable to Half.com (for GetOrders).
type : class Trading_AmountType
Declared In
Trading_InsuranceDetailsType.h
insuranceOption
Whether the seller offers shipping insurance and, if so, whether the insurance
is optional or required. Applies to both flat and calculated shipping.
Optional as input and only allowed if ChangePaymentInstructions is true.
Valid only on the following sites: AU, FR, and IT
Applicable to Half.com (for GetOrders).
@property (nonatomic, retain) NSString *insuranceOption
Discussion
Whether the seller offers shipping insurance and, if so, whether the insurance
is optional or required. Applies to both flat and calculated shipping.
Optional as input and only allowed if ChangePaymentInstructions is true.
Valid only on the following sites: AU, FR, and IT
Applicable to Half.com (for GetOrders).
type: string constant in Trading_InsuranceOptionCodeType.h
Declared In
Trading_InsuranceDetailsType.h