| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.SellerType |
Information about user used by selling applications there are number of required elements - they will always show up for seller node there is not such a call to do revise seller info. only added minoccur=0 to elements that will not show up in every type of request/responce
Java class for SellerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SellerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AllowPaymentEdit" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="BillingCurrency" type="{urn:ebay:apis:eBLBaseComponents}CurrencyCodeType" minOccurs="0"/>
<element ref="{urn:ebay:apis:eBLBaseComponents}CheckoutEnabled"/>
<element name="CIPBankAccountStored" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="GoodStanding" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="LiveAuctionAuthorized" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="MerchandizingPref" type="{urn:ebay:apis:eBLBaseComponents}MerchandizingPrefCodeType"/>
<element name="QualifiesForB2BVAT" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element ref="{urn:ebay:apis:eBLBaseComponents}SellerLevel"/>
<element ref="{urn:ebay:apis:eBLBaseComponents}SellerPaymentAddress" minOccurs="0"/>
<element name="SchedulingInfo" type="{urn:ebay:apis:eBLBaseComponents}SchedulingInfoType" minOccurs="0"/>
<element ref="{urn:ebay:apis:eBLBaseComponents}StoreOwner"/>
<element name="StoreURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| allowPaymentEdit | |||||||||||
| billingCurrency | |||||||||||
| checkoutEnabled | |||||||||||
| cipBankAccountStored | |||||||||||
| goodStanding | |||||||||||
| liveAuctionAuthorized | |||||||||||
| merchandizingPref | |||||||||||
| qualifiesForB2BVAT | |||||||||||
| schedulingInfo | |||||||||||
| sellerLevel | |||||||||||
| sellerPaymentAddress | |||||||||||
| storeOwner | |||||||||||
| storeURL | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the billingCurrency property.
| |||||||||||
Gets the value of the merchandizingPref property.
| |||||||||||
Gets the value of the schedulingInfo property.
| |||||||||||
Gets the value of the sellerLevel property.
| |||||||||||
Gets the value of the sellerPaymentAddress property.
| |||||||||||
Gets the value of the storeURL property.
| |||||||||||
Gets the value of the allowPaymentEdit property.
| |||||||||||
Gets the value of the cipBankAccountStored property.
| |||||||||||
Gets the value of the checkoutEnabled property.
| |||||||||||
Gets the value of the goodStanding property.
| |||||||||||
Gets the value of the liveAuctionAuthorized property.
| |||||||||||
Gets the value of the qualifiesForB2BVAT property.
| |||||||||||
Gets the value of the storeOwner property.
| |||||||||||
Sets the value of the allowPaymentEdit property.
| |||||||||||
Sets the value of the billingCurrency property.
| |||||||||||
Sets the value of the cipBankAccountStored property.
| |||||||||||
Sets the value of the checkoutEnabled property.
| |||||||||||
Sets the value of the goodStanding property.
| |||||||||||
Sets the value of the liveAuctionAuthorized property.
| |||||||||||
Sets the value of the merchandizingPref property.
| |||||||||||
Sets the value of the qualifiesForB2BVAT property.
| |||||||||||
Sets the value of the schedulingInfo property.
| |||||||||||
Sets the value of the sellerLevel property.
| |||||||||||
Sets the value of the sellerPaymentAddress property.
| |||||||||||
Sets the value of the storeOwner property.
| |||||||||||
Sets the value of the storeURL property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the billingCurrency property.
CurrencyCodeType
Gets the value of the merchandizingPref property.
MerchandizingPrefCodeType
Gets the value of the schedulingInfo property.
SchedulingInfoType
Gets the value of the sellerLevel property.
SellerLevelCodeType
Gets the value of the sellerPaymentAddress property.
AddressType
Gets the value of the storeURL property.
Gets the value of the allowPaymentEdit property.
Gets the value of the cipBankAccountStored property.
Gets the value of the checkoutEnabled property.
Gets the value of the goodStanding property.
Gets the value of the liveAuctionAuthorized property.
Gets the value of the qualifiesForB2BVAT property.
Gets the value of the storeOwner property.
Sets the value of the allowPaymentEdit property.
| value |
|---|
Sets the value of the billingCurrency property.
| value | Allowed object is
CurrencyCodeType
|
|---|
Sets the value of the cipBankAccountStored property.
| value |
|---|
Sets the value of the checkoutEnabled property.
| value |
|---|
Sets the value of the goodStanding property.
| value |
|---|
Sets the value of the liveAuctionAuthorized property.
| value |
|---|
Sets the value of the merchandizingPref property.
| value | Allowed object is
MerchandizingPrefCodeType
|
|---|
Sets the value of the qualifiesForB2BVAT property.
| value |
|---|
Sets the value of the schedulingInfo property.
| value | Allowed object is
SchedulingInfoType
|
|---|
Sets the value of the sellerLevel property.
| value | Allowed object is
SellerLevelCodeType
|
|---|
Sets the value of the sellerPaymentAddress property.
| value | Allowed object is
AddressType
|
|---|
Sets the value of the storeOwner property.
| value |
|---|
Sets the value of the storeURL property.
| value | Allowed object is String |
|---|