|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecturn.ebay.apis.eBLBaseComponents.CreateRecurringPaymentsProfileRequestDetailsType
public class CreateRecurringPaymentsProfileRequestDetailsType
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 |
|---|
public CreateRecurringPaymentsProfileRequestDetailsType(RecurringPaymentsProfileDetailsType recurringPaymentsProfileDetails,
ScheduleDetailsType scheduleDetails)
public CreateRecurringPaymentsProfileRequestDetailsType()
| Method Detail |
|---|
public String getToken()
public void setToken(String token)
public CreditCardDetailsType getCreditCard()
public void setCreditCard(CreditCardDetailsType creditCard)
public RecurringPaymentsProfileDetailsType getRecurringPaymentsProfileDetails()
public void setRecurringPaymentsProfileDetails(RecurringPaymentsProfileDetailsType recurringPaymentsProfileDetails)
public ScheduleDetailsType getScheduleDetails()
public void setScheduleDetails(ScheduleDetailsType scheduleDetails)
public List<PaymentDetailsItemType> getPaymentDetailsItem()
public void setPaymentDetailsItem(List<PaymentDetailsItemType> paymentDetailsItem)
public String toXMLString(String prefix,
String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||