| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.EnterBoardingRequestDetailsType |
Java class for EnterBoardingRequestDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnterBoardingRequestDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProgramCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ProductList" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="PartnerCustom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ImageUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MarketingCategory" type="{urn:ebay:apis:eBLBaseComponents}MarketingCategoryType" minOccurs="0"/>
<element name="BusinessInfo" type="{urn:ebay:apis:eBLBaseComponents}BusinessInfoType" minOccurs="0"/>
<element name="OwnerInfo" type="{urn:ebay:apis:eBLBaseComponents}BusinessOwnerInfoType" minOccurs="0"/>
<element name="BankAccount" type="{urn:ebay:apis:eBLBaseComponents}BankAccountDetailsType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bankAccount | |||||||||||
| businessInfo | |||||||||||
| imageUrl | |||||||||||
| marketingCategory | |||||||||||
| ownerInfo | |||||||||||
| partnerCustom | |||||||||||
| productList | |||||||||||
| programCode | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the bankAccount property.
| |||||||||||
Gets the value of the businessInfo property.
| |||||||||||
Gets the value of the imageUrl property.
| |||||||||||
Gets the value of the marketingCategory property.
| |||||||||||
Gets the value of the ownerInfo property.
| |||||||||||
Gets the value of the partnerCustom property.
| |||||||||||
Gets the value of the productList property.
| |||||||||||
Gets the value of the programCode property.
| |||||||||||
Sets the value of the bankAccount property.
| |||||||||||
Sets the value of the businessInfo property.
| |||||||||||
Sets the value of the imageUrl property.
| |||||||||||
Sets the value of the marketingCategory property.
| |||||||||||
Sets the value of the ownerInfo property.
| |||||||||||
Sets the value of the partnerCustom property.
| |||||||||||
Sets the value of the productList property.
| |||||||||||
Sets the value of the programCode property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the bankAccount property.
BankAccountDetailsType
Gets the value of the businessInfo property.
BusinessInfoType
Gets the value of the imageUrl property.
Gets the value of the marketingCategory property.
MarketingCategoryType
Gets the value of the ownerInfo property.
BusinessOwnerInfoType
Gets the value of the partnerCustom property.
Gets the value of the productList property.
Gets the value of the programCode property.
Sets the value of the bankAccount property.
| value | Allowed object is
BankAccountDetailsType
|
|---|
Sets the value of the businessInfo property.
| value | Allowed object is
BusinessInfoType
|
|---|
Sets the value of the imageUrl property.
| value | Allowed object is String |
|---|
Sets the value of the marketingCategory property.
| value | Allowed object is
MarketingCategoryType
|
|---|
Sets the value of the ownerInfo property.
| value | Allowed object is
BusinessOwnerInfoType
|
|---|
Sets the value of the partnerCustom property.
| value | Allowed object is String |
|---|
Sets the value of the productList property.
| value | Allowed object is String |
|---|
Sets the value of the programCode property.
| value | Allowed object is String |
|---|