public class

CreateRecurringPaymentsProfileRequestDetailsType

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

Class Overview

Java class for CreateRecurringPaymentsProfileRequestDetailsType complex type.

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

 <complexType name="CreateRecurringPaymentsProfileRequestDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreditCard" type="{urn:ebay:apis:eBLBaseComponents}CreditCardDetailsType" minOccurs="0"/>
         <element name="RecurringPaymentsProfileDetails" type="{urn:ebay:apis:eBLBaseComponents}RecurringPaymentsProfileDetailsType"/>
         <element name="ScheduleDetails" type="{urn:ebay:apis:eBLBaseComponents}ScheduleDetailsType"/>
         <element name="PaymentDetailsItem" type="{urn:ebay:apis:eBLBaseComponents}PaymentDetailsItemType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CreditCardDetailsType creditCard
protected List<PaymentDetailsItemType> paymentDetailsItem
protected RecurringPaymentsProfileDetailsType recurringPaymentsProfileDetails
protected ScheduleDetailsType scheduleDetails
protected String token
Public Constructors
CreateRecurringPaymentsProfileRequestDetailsType()
Public Methods
CreditCardDetailsType getCreditCard()
Gets the value of the creditCard property.
List<PaymentDetailsItemType> getPaymentDetailsItem()
Gets the value of the paymentDetailsItem property.
RecurringPaymentsProfileDetailsType getRecurringPaymentsProfileDetails()
Gets the value of the recurringPaymentsProfileDetails property.
ScheduleDetailsType getScheduleDetails()
Gets the value of the scheduleDetails property.
String getToken()
Gets the value of the token property.
void setCreditCard(CreditCardDetailsType value)
Sets the value of the creditCard property.
void setRecurringPaymentsProfileDetails(RecurringPaymentsProfileDetailsType value)
Sets the value of the recurringPaymentsProfileDetails property.
void setScheduleDetails(ScheduleDetailsType value)
Sets the value of the scheduleDetails property.
void setToken(String value)
Sets the value of the token property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CreditCardDetailsType creditCard

protected List<PaymentDetailsItemType> paymentDetailsItem

protected RecurringPaymentsProfileDetailsType recurringPaymentsProfileDetails

protected ScheduleDetailsType scheduleDetails

protected String token

Public Constructors

public CreateRecurringPaymentsProfileRequestDetailsType ()

Public Methods

public CreditCardDetailsType getCreditCard ()

Gets the value of the creditCard property.

Returns

public List<PaymentDetailsItemType> getPaymentDetailsItem ()

Gets the value of the paymentDetailsItem property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the paymentDetailsItem property.

For example, to add a new item, do as follows:

    getPaymentDetailsItem().add(newItem);
 

Objects of the following type(s) are allowed in the list PaymentDetailsItemType

public RecurringPaymentsProfileDetailsType getRecurringPaymentsProfileDetails ()

Gets the value of the recurringPaymentsProfileDetails property.

Returns

public ScheduleDetailsType getScheduleDetails ()

Gets the value of the scheduleDetails property.

Returns

public String getToken ()

Gets the value of the token property.

Returns
  • possible object is String

public void setCreditCard (CreditCardDetailsType value)

Sets the value of the creditCard property.

Parameters
value Allowed object is CreditCardDetailsType

public void setRecurringPaymentsProfileDetails (RecurringPaymentsProfileDetailsType value)

Sets the value of the recurringPaymentsProfileDetails property.

Parameters
value Allowed object is RecurringPaymentsProfileDetailsType

public void setScheduleDetails (ScheduleDetailsType value)

Sets the value of the scheduleDetails property.

Parameters
value Allowed object is ScheduleDetailsType

public void setToken (String value)

Sets the value of the token property.

Parameters
value Allowed object is String