| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.CreateRecurringPaymentsProfileResponseDetailsType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dccProcessorResponse | |||||||||||
| dccReturnCode | |||||||||||
| profileID | |||||||||||
| profileStatus | |||||||||||
| transactionID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dccProcessorResponse property.
| |||||||||||
Gets the value of the dccReturnCode property.
| |||||||||||
Gets the value of the profileID property.
| |||||||||||
Gets the value of the profileStatus property.
| |||||||||||
Gets the value of the transactionID property.
| |||||||||||
Sets the value of the dccProcessorResponse property.
| |||||||||||
Sets the value of the dccReturnCode property.
| |||||||||||
Sets the value of the profileID property.
| |||||||||||
Sets the value of the profileStatus property.
| |||||||||||
Sets the value of the transactionID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the dccProcessorResponse property.
Gets the value of the dccReturnCode property.
Gets the value of the profileID property.
Gets the value of the profileStatus property.
RecurringPaymentsProfileStatusType
Gets the value of the transactionID property.
Sets the value of the dccProcessorResponse property.
| value | Allowed object is String |
|---|
Sets the value of the dccReturnCode property.
| value | Allowed object is String |
|---|
Sets the value of the profileID property.
| value | Allowed object is String |
|---|
Sets the value of the profileStatus property.
| value | Allowed object is
RecurringPaymentsProfileStatusType
|
|---|
Sets the value of the transactionID property.
| value | Allowed object is String |
|---|