Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
eBay Trading API

simpleType "ns:PaymentHoldStatusCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"PaymentReview"
 - 
This value indicates a possible issue with a buyer. If this value is returned, the TransactionArray.Transaction.SellerPaidStatus field is returned as NotPaid in GetMyeBaySelling, and the TransactionArray.Transaction.BuyerPaidStatus field is returned as PaidWithPayPal in GetMyeBayBuying.
"MerchantHold"
 - 
This value indicates a possible issue with a seller. If this value is returned, the TransactionArray.Transaction.SellerPaidStatus field is returned as PaidWithPayPal in GetMyeBaySelling, and the TransactionArray.Transaction.BuyerPaidStatus field is returned as PaidWithPayPal in GetMyeBayBuying.
"Released"
 - 
This value indicates that a payment hold on the item has been released.
"None"
 - 
This value indicates that there is no payment hold on the item.
"NewSellerHold"
 - 
This value indicates that there is a "new seller hold" on the item. PayPal may hold payments to a new seller for up to 21 days. Sellers are considered "new" until they have met all three criteria below:
  • More than 90 days have passed since first successful sale
  • More than 25 domestic sales
  • More than $250.00 in total sales
"PaymentHold"
 - 
This value indicates that there is a payment hold on the item.
"ReleasePending"
 - 
This value indicates that the process for the release of funds for the order has been initiated.
"ReleaseConfirmed"
 - 
This value indicates that the funds are available in the seller's PayPal account.
"ReleaseFailed"
 - 
This value is no longer used.
"CustomCode"
 - 
This value is reserved for internal or future use.

All Direct / Indirect Based Elements (2):
ns:PaymentHoldStatus (defined in ns:OrderType complexType),
Known Usage Locations
Annotation
Enumerated type that contains the list of possible values that can be returned in the PaymentHoldStatus container.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:PaymentHoldStatusCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (11); see within schema source)
<xs:simpleType name="PaymentHoldStatusCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="PaymentReview"/>
<xs:enumeration value="MerchantHold"/>
<xs:enumeration value="Released"/>
<xs:enumeration value="None"/>
<xs:enumeration value="NewSellerHold"/>
<xs:enumeration value="PaymentHold"/>
<xs:enumeration value="ReleasePending"/>
<xs:enumeration value="ReleaseConfirmed"/>
<xs:enumeration value="ReleaseFailed"/>
<xs:enumeration value="CustomCode"/>
</xs:restriction>
</xs:simpleType>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.