urn.ebay.apis.eBLBaseComponents
Class CreateRecurringPaymentsProfileRequestDetailsType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.CreateRecurringPaymentsProfileRequestDetailsType

public class CreateRecurringPaymentsProfileRequestDetailsType
extends Object

Billing Agreement token (required if Express Checkout)


Constructor Summary
CreateRecurringPaymentsProfileRequestDetailsType()
          Default Constructor
CreateRecurringPaymentsProfileRequestDetailsType(RecurringPaymentsProfileDetailsType recurringPaymentsProfileDetails, ScheduleDetailsType scheduleDetails)
          Constructor with arguments
 
Method Summary
 CreditCardDetailsType getCreditCard()
          Getter for creditCard
 List<PaymentDetailsItemType> getPaymentDetailsItem()
          Getter for paymentDetailsItem
 RecurringPaymentsProfileDetailsType getRecurringPaymentsProfileDetails()
          Getter for recurringPaymentsProfileDetails
 ScheduleDetailsType getScheduleDetails()
          Getter for scheduleDetails
 String getToken()
          Getter for token
 void setCreditCard(CreditCardDetailsType creditCard)
          Setter for creditCard
 void setPaymentDetailsItem(List<PaymentDetailsItemType> paymentDetailsItem)
          Setter for paymentDetailsItem
 void setRecurringPaymentsProfileDetails(RecurringPaymentsProfileDetailsType recurringPaymentsProfileDetails)
          Setter for recurringPaymentsProfileDetails
 void setScheduleDetails(ScheduleDetailsType scheduleDetails)
          Setter for scheduleDetails
 void setToken(String token)
          Setter for token
 String toXMLString(String prefix, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateRecurringPaymentsProfileRequestDetailsType

public CreateRecurringPaymentsProfileRequestDetailsType(RecurringPaymentsProfileDetailsType recurringPaymentsProfileDetails,
                                                        ScheduleDetailsType scheduleDetails)
Constructor with arguments


CreateRecurringPaymentsProfileRequestDetailsType

public CreateRecurringPaymentsProfileRequestDetailsType()
Default Constructor

Method Detail

getToken

public String getToken()
Getter for token


setToken

public void setToken(String token)
Setter for token


getCreditCard

public CreditCardDetailsType getCreditCard()
Getter for creditCard


setCreditCard

public void setCreditCard(CreditCardDetailsType creditCard)
Setter for creditCard


getRecurringPaymentsProfileDetails

public RecurringPaymentsProfileDetailsType getRecurringPaymentsProfileDetails()
Getter for recurringPaymentsProfileDetails


setRecurringPaymentsProfileDetails

public void setRecurringPaymentsProfileDetails(RecurringPaymentsProfileDetailsType recurringPaymentsProfileDetails)
Setter for recurringPaymentsProfileDetails


getScheduleDetails

public ScheduleDetailsType getScheduleDetails()
Getter for scheduleDetails


setScheduleDetails

public void setScheduleDetails(ScheduleDetailsType scheduleDetails)
Setter for scheduleDetails


getPaymentDetailsItem

public List<PaymentDetailsItemType> getPaymentDetailsItem()
Getter for paymentDetailsItem


setPaymentDetailsItem

public void setPaymentDetailsItem(List<PaymentDetailsItemType> paymentDetailsItem)
Setter for paymentDetailsItem


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2012. All Rights Reserved.