public final enum

ShippingTermsCodeType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ ebay.apis.eblbasecomponents.ShippingTermsCodeType

Class Overview

Java class for ShippingTermsCodeType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ShippingTermsCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="SellerPays"/>
     <enumeration value="BuyerPays"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ShippingTermsCodeType  BUYER_PAYS  Buyer pays all shipping costs. 
ShippingTermsCodeType  CUSTOM_CODE  Reserved for internal or future use. 
ShippingTermsCodeType  SELLER_PAYS  Seller pays all shipping costs. 
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ShippingTermsCodeType fromValue(String v)
String value()
static ShippingTermsCodeType valueOf(String name)
final static ShippingTermsCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ShippingTermsCodeType BUYER_PAYS

Buyer pays all shipping costs.

public static final ShippingTermsCodeType CUSTOM_CODE

Reserved for internal or future use.

public static final ShippingTermsCodeType SELLER_PAYS

Seller pays all shipping costs.

Fields

private final String value

Public Methods

public static ShippingTermsCodeType fromValue (String v)

Parameters
v

public String value ()

public static ShippingTermsCodeType valueOf (String name)

Parameters
name

public static final ShippingTermsCodeType[] values ()