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

complexType "ns:PaymentHoldDetailType"
Namespace:
Content:
complex, 4 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 4 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (2):
ns:PaymentHoldDetails (defined in ns:OrderType complexType),
ns:PaymentHoldDetails (defined in ns:TransactionType complexType)
Known Usage Locations
Annotation
This type defines the PaymentHoldDetails container, which consists of information related to the payment hold on the order, including the reason why the buyer's payment for the order is being held, the expected release date of the funds into the seller's account, and possible action(s) the seller can take to expedite the payout of funds into their account.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="PaymentHoldDetailType">
<xs:sequence>
<xs:element minOccurs="0" name="ExpectedReleaseDate" type="xs:dateTime"/>
<xs:element minOccurs="0" name="RequiredSellerActionArray" type="ns:RequiredSellerActionArrayType"/>
<xs:element minOccurs="0" name="NumOfReqSellerActions" type="xs:int"/>
<xs:element minOccurs="0" name="PaymentHoldReason" type="ns:PaymentHoldReasonCodeType"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 5/5)
ns:ExpectedReleaseDate
Type:
xs:dateTime, predefined, simple content
Timestamp that indicates the expected date in which eBay/PayPal will distribute the funds to the seller's account. This is not a firm date and is subject to change. This field is only returned after checkout is complete and if the PaymentHoldStatus indicates a hold has been placed on payment.
XML Representation Summary
<ns:ExpectedReleaseDate>
   
Content: 
{ xs:dateTime }
</ns:ExpectedReleaseDate>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ExpectedReleaseDate" type="xs:dateTime"/>

ns:NumOfReqSellerActions
Type:
xs:int, predefined, simple content
Integer value that indicates the number of possible actions that a seller can take to possibly expedite the release of funds into their account. This value should equal the number of RequiredSellerAction fields contained in the RequiredSellerActionArray container.
XML Representation Summary
<ns:NumOfReqSellerActions>
   
Content: 
{ xs:int }
</ns:NumOfReqSellerActions>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="NumOfReqSellerActions" type="xs:int"/>

ns:PaymentHoldReason
Type:
Enumerated value that indicates why the buyer's payment for the order is being held by PayPal instead of being distributed to the seller's account. A seller's funds for an order can be held by PayPal for as little as three days after the buyer receives the order, but the hold can be up to 21 days based on the scenario, and in some cases, the seller's lack of action in helping to expedite the release of funds.
XML Representation Summary
<ns:PaymentHoldReason>
   
Content: 
{ enumeration of xs:token }
</ns:PaymentHoldReason>
Simple Content
Enumeration:
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="PaymentHoldReason" type="ns:PaymentHoldReasonCodeType"/>

ns:RequiredSellerActionArray
Type:
Container consisting of one or more RequiredSellerAction fields. RequiredSellerAction fields provide possible actions that a seller can take to expedite the release of funds into their account.
Component Diagram
XML Representation Summary
<ns:RequiredSellerActionArray>
   
Content: 
</ns:RequiredSellerActionArray>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="RequiredSellerActionArray" type="ns:RequiredSellerActionArrayType"/>

{any element from any namespace}
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
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.