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

simpleType "ns:PaymentStatusCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"NoPaymentFailure"
 - 
This value indicates that the buyer's payment for the order has cleared. A CheckoutStatus.eBayPaymentStatus value of 'NoPaymentFailure' and a CheckoutStatus.Status value of 'Complete' indicates that checkout is complete.
"BuyerECheckBounced"
 - 
This value indicates that the buyer's eCheck bounced. This value is only applicable if the seller accepts eChecks as a form of payment.
"BuyerCreditCardFailed"
 - 
This value indicates that the buyer's payment via a credit card failed. This value is only applicable if the seller accepts credit cards as a form of payment.
"BuyerFailedPaymentReportedBySeller"
 - 
This value indicates that the seller reported the buyer's payment as failed.
"PayPalPaymentInProcess"
 - 
This value indicates that the buyer's PayPal payment is in process. This value is only applicable if the buyer has selected PayPal as the payment method.
"PaymentInProcess"
 - 
This value indicates that the buyer's non-PayPal payment is in process. This value is only applicable if the buyer has selected a payment method other than PayPal.
"CustomCode"
 - 
Reserved for internal or future use.

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Type defining the values that can be returned in the eBayPaymentStatus field of order management calls. These values indicate the current status of the buyer's payment for an order.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:PaymentStatusCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (8); see within schema source)
<xs:simpleType name="PaymentStatusCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="NoPaymentFailure"/>
<xs:enumeration value="BuyerECheckBounced"/>
<xs:enumeration value="BuyerCreditCardFailed"/>
<xs:enumeration value="BuyerFailedPaymentReportedBySeller"/>
<xs:enumeration value="PayPalPaymentInProcess"/>
<xs:enumeration value="PaymentInProcess"/>
<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.