public class

CreateRecurringPaymentsProfileResponseDetailsType

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

Class Overview

Java class for CreateRecurringPaymentsProfileResponseDetailsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CreateRecurringPaymentsProfileResponseDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ProfileID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ProfileStatus" type="{urn:ebay:apis:eBLBaseComponents}RecurringPaymentsProfileStatusType" minOccurs="0"/>
         <element name="TransactionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DCCProcessorResponse" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DCCReturnCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String dccProcessorResponse
protected String dccReturnCode
protected String profileID
protected RecurringPaymentsProfileStatusType profileStatus
protected String transactionID
Public Constructors
CreateRecurringPaymentsProfileResponseDetailsType()
Public Methods
String getDCCProcessorResponse()
Gets the value of the dccProcessorResponse property.
String getDCCReturnCode()
Gets the value of the dccReturnCode property.
String getProfileID()
Gets the value of the profileID property.
RecurringPaymentsProfileStatusType getProfileStatus()
Gets the value of the profileStatus property.
String getTransactionID()
Gets the value of the transactionID property.
void setDCCProcessorResponse(String value)
Sets the value of the dccProcessorResponse property.
void setDCCReturnCode(String value)
Sets the value of the dccReturnCode property.
void setProfileID(String value)
Sets the value of the profileID property.
void setProfileStatus(RecurringPaymentsProfileStatusType value)
Sets the value of the profileStatus property.
void setTransactionID(String value)
Sets the value of the transactionID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String dccProcessorResponse

protected String dccReturnCode

protected String profileID

protected RecurringPaymentsProfileStatusType profileStatus

protected String transactionID

Public Constructors

public CreateRecurringPaymentsProfileResponseDetailsType ()

Public Methods

public String getDCCProcessorResponse ()

Gets the value of the dccProcessorResponse property.

Returns
  • possible object is String

public String getDCCReturnCode ()

Gets the value of the dccReturnCode property.

Returns
  • possible object is String

public String getProfileID ()

Gets the value of the profileID property.

Returns
  • possible object is String

public RecurringPaymentsProfileStatusType getProfileStatus ()

Gets the value of the profileStatus property.

Returns

public String getTransactionID ()

Gets the value of the transactionID property.

Returns
  • possible object is String

public void setDCCProcessorResponse (String value)

Sets the value of the dccProcessorResponse property.

Parameters
value Allowed object is String

public void setDCCReturnCode (String value)

Sets the value of the dccReturnCode property.

Parameters
value Allowed object is String

public void setProfileID (String value)

Sets the value of the profileID property.

Parameters
value Allowed object is String

public void setProfileStatus (RecurringPaymentsProfileStatusType value)

Sets the value of the profileStatus property.

Parameters
value Allowed object is RecurringPaymentsProfileStatusType

public void setTransactionID (String value)

Sets the value of the transactionID property.

Parameters
value Allowed object is String