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

simpleType "ns:PaymentTransactionStatusCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"Failed"
 - 
This value indicates that the payment transaction failed.
"Succeeded"
 - 
This value indicates that the payment transaction succeeded. If the payment transaction is a buyer's payment for an order, once this Succeeded value is returned in an order management call, it is safe for the seller to ship the order to the buyer.

Note: Previously, the Succeeded value would automatically get returned for order payment transactions that were occurring off of eBay's platform. As of March 2020, the Pending value will get returned instead for order payment transactions occurring off of eBay's platform, and the seller can use the CompleteSale call to mark the order as paid. Once the seller does this, the payment status will change from Pending to Succeeded.
"Pending"
 - 
This value indicates that the payment transaction is pending.

Note: Previously, the Succeeded value would automatically get returned for order payment transactions that were occurring off of eBay's platform. As of March 2020, the Pending value will get returned instead for order payment transactions occurring off of eBay's platform, and the seller can use the CompleteSale call to mark the order as paid. Once the seller does this, the payment status will change from Pending to Succeeded.
"CustomCode"
 - 
Reserved for internal or future use.

All Direct / Indirect Based Elements (4):
Known Usage Locations
Annotation
Type defining the possible states of a payment transaction. This type is used by several containers in order management-related calls.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:PaymentTransactionStatusCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="PaymentTransactionStatusCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Failed"/>
<xs:enumeration value="Succeeded"/>
<xs:enumeration value="Pending"/>
<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.