| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.AuthorizationInfoType |
Authorization details
Java class for AuthorizationInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthorizationInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PaymentStatus" type="{urn:ebay:apis:eBLBaseComponents}PaymentStatusCodeType"/>
<element name="PendingReason" type="{urn:ebay:apis:eBLBaseComponents}PendingStatusCodeType" minOccurs="0"/>
<element name="ProtectionEligibility" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProtectionEligibilityType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| paymentStatus | |||||||||||
| pendingReason | |||||||||||
| protectionEligibility | |||||||||||
| protectionEligibilityType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the paymentStatus property.
| |||||||||||
Gets the value of the pendingReason property.
| |||||||||||
Gets the value of the protectionEligibility property.
| |||||||||||
Gets the value of the protectionEligibilityType property.
| |||||||||||
Sets the value of the paymentStatus property.
| |||||||||||
Sets the value of the pendingReason property.
| |||||||||||
Sets the value of the protectionEligibility property.
| |||||||||||
Sets the value of the protectionEligibilityType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the paymentStatus property.
PaymentStatusCodeType
Gets the value of the pendingReason property.
PendingStatusCodeType
Gets the value of the protectionEligibility property.
Gets the value of the protectionEligibilityType property.
Sets the value of the paymentStatus property.
| value | Allowed object is
PaymentStatusCodeType
|
|---|
Sets the value of the pendingReason property.
| value | Allowed object is
PendingStatusCodeType
|
|---|
Sets the value of the protectionEligibility property.
| value | Allowed object is String |
|---|
Sets the value of the protectionEligibilityType property.
| value | Allowed object is String |
|---|