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

complexType "ns:SellerPaymentProfileType"
Namespace:
Content:
complex, 2 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 2 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Type defining the SellerPaymentProfile container, which is used in an Add/Revise/Relist/Verify Trading API call to reference and use a payment business policy.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="SellerPaymentProfileType">
<xs:sequence>
<xs:element minOccurs="0" name="PaymentProfileID" type="xs:long"/>
<xs:element minOccurs="0" name="PaymentProfileName" type="xs:string"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 3/3)
ns:PaymentProfileID
Type:
xs:long, predefined, simple content
The unique identifier of a payment business policy. A PaymentProfileID and/or a PaymentProfileName value is used in the Add/Revise/Relist/Verify call to reference and use the payment settings/values of a payment business policy. If both fields are provided and their values don't match, the PaymentProfileID takes precedence.

Payment profile IDs can be retrieved with the getPaymentPolicies call of the Account API or with the getSellerProfiles call of the Business Policies Management API. Business policy IDs can also be retrieved through the Business policies section of My eBay.

In the 'Get' calls, the PaymentProfileID value will always be returned if business policies are set for the listing, and the person making the API call is the seller of the listing. The PaymentProfileName value will be returned if a name is assigned to the payment business policy.
XML Representation Summary
<ns:PaymentProfileID>
   
Content: 
{ xs:long }
</ns:PaymentProfileID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="PaymentProfileID" type="xs:long"/>

ns:PaymentProfileName
Type:
xs:string, predefined, simple content
The name of a payment business policy. A PaymentProfileID and/or a PaymentProfileName value is used in the Add/Revise/Relist/Verify call to reference and use the payment settings/values of a payment business policy. If both fields are provided and their values don't match, the PaymentProfileID takes precedence.

In the 'Get' calls, the PaymentProfileID value will always be returned if business policies are set for the listing, and the person making the API call is the seller of the listing. The PaymentProfileName value will be returned if a name is assigned to the payment business policy.
XML Representation Summary
<ns:PaymentProfileName>
   
Content: 
{ xs:string }
</ns:PaymentProfileName>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="PaymentProfileName" type="xs:string"/>

{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.