public final enum

ItemFulfillmentThirdPartyTypeUps

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.transactions.sales_2010_2.types.ItemFulfillmentThirdPartyTypeUps

Class Overview

Java class for ItemFulfillmentThirdPartyTypeUps.

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

 <simpleType name="ItemFulfillmentThirdPartyTypeUps">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_consigneeBilling"/>
     <enumeration value="_noneSelected"/>
     <enumeration value="_thirdPartyBilling"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ItemFulfillmentThirdPartyTypeUps  CONSIGNEE_BILLING   
ItemFulfillmentThirdPartyTypeUps  NONE_SELECTED   
ItemFulfillmentThirdPartyTypeUps  THIRD_PARTY_BILLING   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ItemFulfillmentThirdPartyTypeUps fromValue(String v)
String value()
static ItemFulfillmentThirdPartyTypeUps valueOf(String name)
final static ItemFulfillmentThirdPartyTypeUps[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ItemFulfillmentThirdPartyTypeUps CONSIGNEE_BILLING

public static final ItemFulfillmentThirdPartyTypeUps NONE_SELECTED

public static final ItemFulfillmentThirdPartyTypeUps THIRD_PARTY_BILLING

Fields

private final String value

Public Methods

public static ItemFulfillmentThirdPartyTypeUps fromValue (String v)

Parameters
v

public String value ()

public static ItemFulfillmentThirdPartyTypeUps valueOf (String name)

Parameters
name

public static final ItemFulfillmentThirdPartyTypeUps[] values ()