| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.GetBoardingDetailsResponseDetailsType |
Java class for GetBoardingDetailsResponseDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetBoardingDetailsResponseDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Status" type="{urn:ebay:apis:eBLBaseComponents}BoardingStatusType"/>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="LastUpdated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProgramName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ProgramCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CampaignID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UserWithdrawalLimit" type="{urn:ebay:apis:eBLBaseComponents}UserWithdrawalLimitTypeType" minOccurs="0"/>
<element name="PartnerCustom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AccountOwner" type="{urn:ebay:apis:eBLBaseComponents}PayerInfoType" minOccurs="0"/>
<element name="Credentials" type="{urn:ebay:apis:eBLBaseComponents}APICredentialsType" minOccurs="0"/>
<element name="ConfigureAPIs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EmailVerificationStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="VettingStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BankAccountVerificationStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountOwner | |||||||||||
| bankAccountVerificationStatus | |||||||||||
| campaignID | |||||||||||
| configureAPIs | |||||||||||
| credentials | |||||||||||
| emailVerificationStatus | |||||||||||
| lastUpdated | |||||||||||
| partnerCustom | |||||||||||
| programCode | |||||||||||
| programName | |||||||||||
| reason | |||||||||||
| startDate | |||||||||||
| status | |||||||||||
| userWithdrawalLimit | |||||||||||
| vettingStatus | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountOwner property.
| |||||||||||
Gets the value of the bankAccountVerificationStatus property.
| |||||||||||
Gets the value of the campaignID property.
| |||||||||||
Gets the value of the configureAPIs property.
| |||||||||||
Gets the value of the credentials property.
| |||||||||||
Gets the value of the emailVerificationStatus property.
| |||||||||||
Gets the value of the lastUpdated property.
| |||||||||||
Gets the value of the partnerCustom property.
| |||||||||||
Gets the value of the programCode property.
| |||||||||||
Gets the value of the programName property.
| |||||||||||
Gets the value of the reason property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Gets the value of the userWithdrawalLimit property.
| |||||||||||
Gets the value of the vettingStatus property.
| |||||||||||
Sets the value of the accountOwner property.
| |||||||||||
Sets the value of the bankAccountVerificationStatus property.
| |||||||||||
Sets the value of the campaignID property.
| |||||||||||
Sets the value of the configureAPIs property.
| |||||||||||
Sets the value of the credentials property.
| |||||||||||
Sets the value of the emailVerificationStatus property.
| |||||||||||
Sets the value of the lastUpdated property.
| |||||||||||
Sets the value of the partnerCustom property.
| |||||||||||
Sets the value of the programCode property.
| |||||||||||
Sets the value of the programName property.
| |||||||||||
Sets the value of the reason property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
Sets the value of the userWithdrawalLimit property.
| |||||||||||
Sets the value of the vettingStatus property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accountOwner property.
PayerInfoType
Gets the value of the bankAccountVerificationStatus property.
Gets the value of the campaignID property.
Gets the value of the configureAPIs property.
Gets the value of the credentials property.
APICredentialsType
Gets the value of the emailVerificationStatus property.
Gets the value of the lastUpdated property.
Gets the value of the partnerCustom property.
Gets the value of the programCode property.
Gets the value of the programName property.
Gets the value of the reason property.
Gets the value of the startDate property.
Gets the value of the status property.
BoardingStatusType
Gets the value of the userWithdrawalLimit property.
UserWithdrawalLimitTypeType
Gets the value of the vettingStatus property.
Sets the value of the accountOwner property.
| value | Allowed object is
PayerInfoType
|
|---|
Sets the value of the bankAccountVerificationStatus property.
| value | Allowed object is String |
|---|
Sets the value of the campaignID property.
| value | Allowed object is String |
|---|
Sets the value of the configureAPIs property.
| value | Allowed object is String |
|---|
Sets the value of the credentials property.
| value | Allowed object is
APICredentialsType
|
|---|
Sets the value of the emailVerificationStatus property.
| value | Allowed object is String |
|---|
Sets the value of the lastUpdated property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the partnerCustom property.
| value | Allowed object is String |
|---|
Sets the value of the programCode property.
| value | Allowed object is String |
|---|
Sets the value of the programName property.
| value | Allowed object is String |
|---|
Sets the value of the reason property.
| value | Allowed object is String |
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the status property.
| value | Allowed object is
BoardingStatusType
|
|---|
Sets the value of the userWithdrawalLimit property.
| value | Allowed object is
UserWithdrawalLimitTypeType
|
|---|
Sets the value of the vettingStatus property.
| value | Allowed object is String |
|---|