Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_ReturnPolicyDetailsType.h
Trading_ReturnPolicyDetailsType.m

Overview

Type for the return policy details of an item.

@ingroup EBayAPIInterface

Tasks

  •   refund

    How the seller will compensate the buyer for a returned item
    (such as money back or exchange).

    property
  •   returnsWithin

    Time period within which the buyer can return the item, starting from the day they receive the item.

    property
  •   returnsAccepted

    Whether the seller allows the buyer to return the item.

    property
  •   description

    This field is returned with a value of ‘true’ if the site supports a text
    description of the seller’s return policy for items.

    property
  •   warrantyOffered

    Whether the item includes a warranty.

    property
  •   warrantyType

    The type of warranty offered.

    property
  •   warrantyDuration

    The length of the warranty offered.

    property
  •   ean

    Returns true if the site supports specifying a European Article Number (EAN) with the return policy.

    property
  •   shippingCostPaidBy

    The party who pays the shipping cost for a returned item.

    property
  •   restockingFeeValue

    Container consisting of the allowed values (and a text description of each
    value) that may be specified in the
    RestockingFeeValueOption field of an Add/Revise/Relist
    API call.

    property
  •   detailVersion

    Returns the latest version number for this field. The version can be
    used to determine if and when to refresh cached client data.

    property
  •   updateTime

    Gives the time in GMT that the feature flags for the details were last
    updated. This timestamp can be used to determine if and when to refresh
    cached client data.

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

description

This field is returned with a value of ‘true’ if the site supports a text
description of the seller’s return policy for items.

@property (nonatomic, retain) NSNumber *description

Discussion

This field is returned with a value of ‘true’ if the site supports a text
description of the seller’s return policy for items.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_ReturnPolicyDetailsType.h

detailVersion

Returns the latest version number for this field. The version can be
used to determine if and when to refresh cached client data.

@property (nonatomic, retain) NSString *detailVersion

Discussion

Returns the latest version number for this field. The version can be
used to determine if and when to refresh cached client data.

type : NSString, wrapper for primitive string

Declared In

Trading_ReturnPolicyDetailsType.h

ean

Returns true if the site supports specifying a European Article Number (EAN) with the return policy.

@property (nonatomic, retain) NSNumber *ean

Discussion

Returns true if the site supports specifying a European Article Number (EAN) with the return policy.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_ReturnPolicyDetailsType.h

refund

How the seller will compensate the buyer for a returned item
(such as money back or exchange).

@property (nonatomic, retain) NSMutableArray *refund

Discussion

How the seller will compensate the buyer for a returned item
(such as money back or exchange).

entry type : class Trading_RefundDetailsType

Declared In

Trading_ReturnPolicyDetailsType.h

restockingFeeValue

Container consisting of the allowed values (and a text description of each
value) that may be specified in the
RestockingFeeValueOption field of an Add/Revise/Relist
API call.

@property (nonatomic, retain) NSMutableArray *restockingFeeValue

Discussion

Container consisting of the allowed values (and a text description of each
value) that may be specified in the
RestockingFeeValueOption field of an Add/Revise/Relist
API call.

entry type : class Trading_RestockingFeeValueDetailsType

Declared In

Trading_ReturnPolicyDetailsType.h

returnsAccepted

Whether the seller allows the buyer to return the item.

@property (nonatomic, retain) NSMutableArray *returnsAccepted

Discussion

Whether the seller allows the buyer to return the item.

entry type : class Trading_ReturnsAcceptedDetailsType

Declared In

Trading_ReturnPolicyDetailsType.h

returnsWithin

Time period within which the buyer can return the item, starting from the day they receive the item.

@property (nonatomic, retain) NSMutableArray *returnsWithin

Discussion

Time period within which the buyer can return the item, starting from the day they receive the item.

entry type : class Trading_ReturnsWithinDetailsType

Declared In

Trading_ReturnPolicyDetailsType.h

shippingCostPaidBy

The party who pays the shipping cost for a returned item.

@property (nonatomic, retain) NSMutableArray *shippingCostPaidBy

Discussion

The party who pays the shipping cost for a returned item.

entry type : class Trading_ShippingCostPaidByDetailsType

Declared In

Trading_ReturnPolicyDetailsType.h

updateTime

Gives the time in GMT that the feature flags for the details were last
updated. This timestamp can be used to determine if and when to refresh
cached client data.

@property (nonatomic, retain) NSDate *updateTime

Discussion

Gives the time in GMT that the feature flags for the details were last
updated. This timestamp can be used to determine if and when to refresh
cached client data.

type : NSDate, wrapper for primitive date

Declared In

Trading_ReturnPolicyDetailsType.h

warrantyDuration

The length of the warranty offered.

@property (nonatomic, retain) NSMutableArray *warrantyDuration

Discussion

The length of the warranty offered.

entry type : class Trading_WarrantyDurationDetailsType

Declared In

Trading_ReturnPolicyDetailsType.h

warrantyOffered

Whether the item includes a warranty.

@property (nonatomic, retain) NSMutableArray *warrantyOffered

Discussion

Whether the item includes a warranty.

entry type : class Trading_WarrantyOfferedDetailsType

Declared In

Trading_ReturnPolicyDetailsType.h

warrantyType

The type of warranty offered.

@property (nonatomic, retain) NSMutableArray *warrantyType

Discussion

The type of warranty offered.

entry type : class Trading_WarrantyTypeDetailsType

Declared In

Trading_ReturnPolicyDetailsType.h