| java.lang.Object |
| ↳ |
java.lang.Enum<E extends java.lang.Enum<E>> |
| |
↳ |
com.netsuite.webservices.transactions.purchases_2012_1.types.VendorReturnAuthorizationOrderStatus |
Class Overview
Java class for VendorReturnAuthorizationOrderStatus.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="VendorReturnAuthorizationOrderStatus">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="_cancelled"/>
<enumeration value="_closed"/>
<enumeration value="_credited"/>
<enumeration value="_partiallyReturned"/>
<enumeration value="_pendingApproval"/>
<enumeration value="_pendingCredit"/>
<enumeration value="_pendingCreditPartiallyReturned"/>
<enumeration value="_pendingReturn"/>
<enumeration value="_undefined"/>
</restriction>
</simpleType>