Class ReturnPolicyType


class ReturnPolicyType
Type for the return policy details of an item.

Defined in com/ebay/shoppingservice/ReturnPolicyType.js

Property Summary
String description
A description of the return policy for the item.
String eAN
Contains the EAN.
String refund
Specifies how a refund will be made, e.g.
Information about returns accepted.
Specifies the length of time in which the item must be returned under the return policy.
The party who pays the cost of shipping for a returned item.
The length of the warranty offered.
Information about the warranty offered.
String warrantyType
The type of warranty offered.

Constructor Summary
ReturnPolicyType(Object props)

Property Details

property String description

A description of the return policy for the item.


property String eAN

Contains the EAN.


property String refund

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


property String returnsAccepted

Information about returns accepted.


property String returnsWithin

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


property String shippingCostPaidBy

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


property String warrantyDuration

The length of the warranty offered.


property String warrantyOffered

Information about the warranty offered.


property String warrantyType

The type of warranty offered.


Constructor Details

constructor ReturnPolicyType

ReturnPolicyType(Object props)

Parameters:
props