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

Overview

Type for the return policy details of an item.

@ingroup ShoppingInterface

Tasks

  •   refund

    Specifies how a refund will be made, e.g. as an exchange.

    property
  •   returnsWithin

    Specifies the length of time in which the item must be returned
    under the return policy.

    property
  •   returnsAccepted

    Information about returns accepted.

    property
  •   description

    A description of the return policy for the item.

    property
  •   warrantyOffered

    Information about the warranty offered.

    property
  •   warrantyType

    The type of warranty offered.

    property
  •   warrantyDuration

    The length of the warranty offered.

    property
  •   ean

    Contains the EAN.

    property
  •   shippingCostPaidBy

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

    property
  •   restockingFeeValue

    Display string that indicates the restocking fee charged by the
    seller for returned items. This value is directly related to the
    RestockingFeeValueOption value, with the difference
    being that applications can use RestockingFeeValue
    to present the RestockingFeeValueOption value
    buttons or drop-down lists.

    property
  •   restockingFeeValueOption

    This enumeration value indicates the restocking fee charged by the
    seller for returned items. In order to charge the buyer a restocking
    fee when an item is returned, a US seller must input a restocking
    fee value as part of the return policy.

    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

Shopping_ReturnPolicyType.h

description

A description of the return policy for the item.

@property (nonatomic, retain) NSString *description

Discussion

A description of the return policy for the item.

type : NSString, wrapper for primitive string

Declared In

Shopping_ReturnPolicyType.h

ean

Contains the EAN.

@property (nonatomic, retain) NSString *ean

Discussion

Contains the EAN.

type : NSString, wrapper for primitive string

Declared In

Shopping_ReturnPolicyType.h

refund

Specifies how a refund will be made, e.g. as an exchange.

@property (nonatomic, retain) NSString *refund

Discussion

Specifies how a refund will be made, e.g. as an exchange.

type : NSString, wrapper for primitive string

Declared In

Shopping_ReturnPolicyType.h

restockingFeeValue

Display string that indicates the restocking fee charged by the
seller for returned items. This value is directly related to the
RestockingFeeValueOption value, with the difference
being that applications can use RestockingFeeValue
to present the RestockingFeeValueOption value
buttons or drop-down lists.

@property (nonatomic, retain) NSString *restockingFeeValue

Discussion

Display string that indicates the restocking fee charged by the
seller for returned items. This value is directly related to the
RestockingFeeValueOption value, with the difference
being that applications can use RestockingFeeValue
to present the RestockingFeeValueOption value
buttons or drop-down lists.

type : NSString, wrapper for primitive string

Declared In

Shopping_ReturnPolicyType.h

restockingFeeValueOption

This enumeration value indicates the restocking fee charged by the
seller for returned items. In order to charge the buyer a restocking
fee when an item is returned, a US seller must input a restocking
fee value as part of the return policy.

@property (nonatomic, retain) NSString *restockingFeeValueOption

Discussion

This enumeration value indicates the restocking fee charged by the
seller for returned items. In order to charge the buyer a restocking
fee when an item is returned, a US seller must input a restocking
fee value as part of the return policy.

type : NSString, wrapper for primitive string

Declared In

Shopping_ReturnPolicyType.h

returnsAccepted

Information about returns accepted.

@property (nonatomic, retain) NSString *returnsAccepted

Discussion

Information about returns accepted.

type : NSString, wrapper for primitive string

Declared In

Shopping_ReturnPolicyType.h

returnsWithin

Specifies the length of time in which the item must be returned
under the return policy.

@property (nonatomic, retain) NSString *returnsWithin

Discussion

Specifies the length of time in which the item must be returned
under the return policy.

type : NSString, wrapper for primitive string

Declared In

Shopping_ReturnPolicyType.h

shippingCostPaidBy

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

@property (nonatomic, retain) NSString *shippingCostPaidBy

Discussion

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

type : NSString, wrapper for primitive string

Declared In

Shopping_ReturnPolicyType.h

warrantyDuration

The length of the warranty offered.

@property (nonatomic, retain) NSString *warrantyDuration

Discussion

The length of the warranty offered.

type : NSString, wrapper for primitive string

Declared In

Shopping_ReturnPolicyType.h

warrantyOffered

Information about the warranty offered.

@property (nonatomic, retain) NSString *warrantyOffered

Discussion

Information about the warranty offered.

type : NSString, wrapper for primitive string

Declared In

Shopping_ReturnPolicyType.h

warrantyType

The type of warranty offered.

@property (nonatomic, retain) NSString *warrantyType

Discussion

The type of warranty offered.

type : NSString, wrapper for primitive string

Declared In

Shopping_ReturnPolicyType.h