Trading_GetShippingDiscountProfilesResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_GetShippingDiscountProfilesResponseType.h Trading_GetShippingDiscountProfilesResponseType.m |
Tasks
-
currencyIDThe three-digit code of the currency to be used for shipping cost discounts and
property
insurance for combined payment orders. A discount profile can only be associated
with a listing if the CurrencyID value of the profile matches the
Item.Currency value specified in a listing. -
flatShippingDiscountDetails of an individual discount profile defined by the
property
user for flat rate shipping–one for each profile defined by the user.
Empty if no shipping discount profiles were defined. -
calculatedShippingDiscountDetails of an individual discount profile defined by the
property
user for calculated shipping–one for each profile defined by the user.
Empty if no shipping discount profiles were defined. -
promotionalShippingDiscountIndicates whether the user defined a promotional discount (the discount is active
property
as soon as it exists). -
calculatedHandlingDiscountThis container is used by the seller to specify/modify packaging and handling discounts that are applied
property
for combined payment orders. This container is only returned if it is set for the Shipping Discount Profile. -
promotionalShippingDiscountDetailsThe data for the specific promotional shipping discount.
property
Returned only if it has been defined. -
shippingInsuranceThe data for the domestic insurance for combined payment.
property
Returned only if it has been defined. -
internationalShippingInsuranceThe data for the international insurance for combined payment.
property
Returned only if it has been defined. -
combinedDurationThis field indicates the number of days after the sale of an
property
item in which the buyer or seller can combine multiple and mutual order
line items into one Combined Payment order. In a Combined Payment order,
the buyer makes one payment for all order line items, hence only unpaid
order line items can be combined into a Combined Payment order.
Properties
calculatedHandlingDiscount
This container is used by the seller to specify/modify packaging and handling discounts that are applied
for combined payment orders. This container is only returned if it is set for the Shipping Discount Profile.
@property (nonatomic, retain) Trading_CalculatedHandlingDiscountType *calculatedHandlingDiscountDiscussion
This container is used by the seller to specify/modify packaging and handling discounts that are applied
for combined payment orders. This container is only returned if it is set for the Shipping Discount Profile.
type : class Trading_CalculatedHandlingDiscountType
Declared In
Trading_GetShippingDiscountProfilesResponseType.hcalculatedShippingDiscount
Details of an individual discount profile defined by the
user for calculated shipping–one for each profile defined by the user.
Empty if no shipping discount profiles were defined.
@property (nonatomic, retain) Trading_CalculatedShippingDiscountType *calculatedShippingDiscountDiscussion
Details of an individual discount profile defined by the
user for calculated shipping–one for each profile defined by the user.
Empty if no shipping discount profiles were defined.
type : class Trading_CalculatedShippingDiscountType
Declared In
Trading_GetShippingDiscountProfilesResponseType.hcombinedDuration
This field indicates the number of days after the sale of an
item in which the buyer or seller can combine multiple and mutual order
line items into one Combined Payment order. In a Combined Payment order,
the buyer makes one payment for all order line items, hence only unpaid
order line items can be combined into a Combined Payment order.
@property (nonatomic, retain) NSString *combinedDurationDiscussion
This field indicates the number of days after the sale of an
item in which the buyer or seller can combine multiple and mutual order
line items into one Combined Payment order. In a Combined Payment order,
the buyer makes one payment for all order line items, hence only unpaid
order line items can be combined into a Combined Payment order.
type: string constant in Trading_CombinedPaymentPeriodCodeType.h
Declared In
Trading_GetShippingDiscountProfilesResponseType.hcurrencyID
The three-digit code of the currency to be used for shipping cost discounts and
insurance for combined payment orders. A discount profile can only be associated
with a listing if the CurrencyID value of the profile matches the
Item.Currency value specified in a listing.
@property (nonatomic, retain) NSString *currencyIDDiscussion
The three-digit code of the currency to be used for shipping cost discounts and
insurance for combined payment orders. A discount profile can only be associated
with a listing if the CurrencyID value of the profile matches the
Item.Currency value specified in a listing.
type: string constant in Trading_CurrencyCodeType.h
Declared In
Trading_GetShippingDiscountProfilesResponseType.hflatShippingDiscount
Details of an individual discount profile defined by the
user for flat rate shipping–one for each profile defined by the user.
Empty if no shipping discount profiles were defined.
@property (nonatomic, retain) Trading_FlatShippingDiscountType *flatShippingDiscountDiscussion
Details of an individual discount profile defined by the
user for flat rate shipping–one for each profile defined by the user.
Empty if no shipping discount profiles were defined.
type : class Trading_FlatShippingDiscountType
Declared In
Trading_GetShippingDiscountProfilesResponseType.hinternationalShippingInsurance
The data for the international insurance for combined payment.
Returned only if it has been defined.
@property (nonatomic, retain) Trading_ShippingInsuranceType *internationalShippingInsuranceDiscussion
The data for the international insurance for combined payment.
Returned only if it has been defined.
type : class Trading_ShippingInsuranceType
Declared In
Trading_GetShippingDiscountProfilesResponseType.hpromotionalShippingDiscount
Indicates whether the user defined a promotional discount (the discount is active
as soon as it exists).
@property (nonatomic, retain) NSNumber *promotionalShippingDiscountDiscussion
Indicates whether the user defined a promotional discount (the discount is active
as soon as it exists).
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetShippingDiscountProfilesResponseType.hpromotionalShippingDiscountDetails
The data for the specific promotional shipping discount.
Returned only if it has been defined.
@property (nonatomic, retain) Trading_PromotionalShippingDiscountDetailsType *promotionalShippingDiscountDetailsDiscussion
The data for the specific promotional shipping discount.
Returned only if it has been defined.
type : class Trading_PromotionalShippingDiscountDetailsType
Declared In
Trading_GetShippingDiscountProfilesResponseType.hshippingInsurance
The data for the domestic insurance for combined payment.
Returned only if it has been defined.
@property (nonatomic, retain) Trading_ShippingInsuranceType *shippingInsuranceDiscussion
The data for the domestic insurance for combined payment.
Returned only if it has been defined.
type : class Trading_ShippingInsuranceType
Declared In
Trading_GetShippingDiscountProfilesResponseType.h