public class

AuthorizationInfoType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AuthorizationInfoType

Class Overview

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>
 

Summary

Fields
protected PaymentStatusCodeType paymentStatus
protected PendingStatusCodeType pendingReason
protected String protectionEligibility
protected String protectionEligibilityType
Public Constructors
AuthorizationInfoType()
Public Methods
PaymentStatusCodeType getPaymentStatus()
Gets the value of the paymentStatus property.
PendingStatusCodeType getPendingReason()
Gets the value of the pendingReason property.
String getProtectionEligibility()
Gets the value of the protectionEligibility property.
String getProtectionEligibilityType()
Gets the value of the protectionEligibilityType property.
void setPaymentStatus(PaymentStatusCodeType value)
Sets the value of the paymentStatus property.
void setPendingReason(PendingStatusCodeType value)
Sets the value of the pendingReason property.
void setProtectionEligibility(String value)
Sets the value of the protectionEligibility property.
void setProtectionEligibilityType(String value)
Sets the value of the protectionEligibilityType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected PaymentStatusCodeType paymentStatus

protected PendingStatusCodeType pendingReason

protected String protectionEligibility

protected String protectionEligibilityType

Public Constructors

public AuthorizationInfoType ()

Public Methods

public PaymentStatusCodeType getPaymentStatus ()

Gets the value of the paymentStatus property.

Returns

public PendingStatusCodeType getPendingReason ()

Gets the value of the pendingReason property.

Returns

public String getProtectionEligibility ()

Gets the value of the protectionEligibility property.

Returns
  • possible object is String

public String getProtectionEligibilityType ()

Gets the value of the protectionEligibilityType property.

Returns
  • possible object is String

public void setPaymentStatus (PaymentStatusCodeType value)

Sets the value of the paymentStatus property.

Parameters
value Allowed object is PaymentStatusCodeType

public void setPendingReason (PendingStatusCodeType value)

Sets the value of the pendingReason property.

Parameters
value Allowed object is PendingStatusCodeType

public void setProtectionEligibility (String value)

Sets the value of the protectionEligibility property.

Parameters
value Allowed object is String

public void setProtectionEligibilityType (String value)

Sets the value of the protectionEligibilityType property.

Parameters
value Allowed object is String