urn.ebay.apis.eBLBaseComponents
Class GetRecurringPaymentsProfileDetailsResponseDetailsType

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

public class GetRecurringPaymentsProfileDetailsResponseDetailsType
extends Object

Recurring Billing Profile ID


Constructor Summary
GetRecurringPaymentsProfileDetailsResponseDetailsType()
          Default Constructor
GetRecurringPaymentsProfileDetailsResponseDetailsType(Node node)
           
 
Method Summary
 BasicAmountType getAggregateAmount()
          Getter for aggregateAmount
 BasicAmountType getAggregateOptionalAmount()
          Getter for aggregateOptionalAmount
 AutoBillType getAutoBillOutstandingAmount()
          Getter for autoBillOutstandingAmount
 CreditCardDetailsType getCreditCard()
          Getter for creditCard
 BillingPeriodDetailsType getCurrentRecurringPaymentsPeriod()
          Getter for currentRecurringPaymentsPeriod
 String getDescription()
          Getter for description
 String getFinalPaymentDueDate()
          Getter for finalPaymentDueDate
 Integer getMaxFailedPayments()
          Getter for maxFailedPayments
 String getProfileID()
          Getter for profileID
 RecurringPaymentsProfileStatusType getProfileStatus()
          Getter for profileStatus
 RecurringPaymentsProfileDetailsType getRecurringPaymentsProfileDetails()
          Getter for recurringPaymentsProfileDetails
 RecurringPaymentsSummaryType getRecurringPaymentsSummary()
          Getter for recurringPaymentsSummary
 BasicAmountType getRegularAmountPaid()
          Getter for regularAmountPaid
 BillingPeriodDetailsType getRegularRecurringPaymentsPeriod()
          Getter for regularRecurringPaymentsPeriod
 BasicAmountType getTrialAmountPaid()
          Getter for trialAmountPaid
 BillingPeriodDetailsType getTrialRecurringPaymentsPeriod()
          Getter for trialRecurringPaymentsPeriod
 void setAggregateAmount(BasicAmountType aggregateAmount)
          Setter for aggregateAmount
 void setAggregateOptionalAmount(BasicAmountType aggregateOptionalAmount)
          Setter for aggregateOptionalAmount
 void setAutoBillOutstandingAmount(AutoBillType autoBillOutstandingAmount)
          Setter for autoBillOutstandingAmount
 void setCreditCard(CreditCardDetailsType creditCard)
          Setter for creditCard
 void setCurrentRecurringPaymentsPeriod(BillingPeriodDetailsType currentRecurringPaymentsPeriod)
          Setter for currentRecurringPaymentsPeriod
 void setDescription(String description)
          Setter for description
 void setFinalPaymentDueDate(String finalPaymentDueDate)
          Setter for finalPaymentDueDate
 void setMaxFailedPayments(Integer maxFailedPayments)
          Setter for maxFailedPayments
 void setProfileID(String profileID)
          Setter for profileID
 void setProfileStatus(RecurringPaymentsProfileStatusType profileStatus)
          Setter for profileStatus
 void setRecurringPaymentsProfileDetails(RecurringPaymentsProfileDetailsType recurringPaymentsProfileDetails)
          Setter for recurringPaymentsProfileDetails
 void setRecurringPaymentsSummary(RecurringPaymentsSummaryType recurringPaymentsSummary)
          Setter for recurringPaymentsSummary
 void setRegularAmountPaid(BasicAmountType regularAmountPaid)
          Setter for regularAmountPaid
 void setRegularRecurringPaymentsPeriod(BillingPeriodDetailsType regularRecurringPaymentsPeriod)
          Setter for regularRecurringPaymentsPeriod
 void setTrialAmountPaid(BasicAmountType trialAmountPaid)
          Setter for trialAmountPaid
 void setTrialRecurringPaymentsPeriod(BillingPeriodDetailsType trialRecurringPaymentsPeriod)
          Setter for trialRecurringPaymentsPeriod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetRecurringPaymentsProfileDetailsResponseDetailsType

public GetRecurringPaymentsProfileDetailsResponseDetailsType()
Default Constructor


GetRecurringPaymentsProfileDetailsResponseDetailsType

public GetRecurringPaymentsProfileDetailsResponseDetailsType(Node node)
                                                      throws XPathExpressionException
Throws:
XPathExpressionException
Method Detail

getProfileID

public String getProfileID()
Getter for profileID


setProfileID

public void setProfileID(String profileID)
Setter for profileID


getProfileStatus

public RecurringPaymentsProfileStatusType getProfileStatus()
Getter for profileStatus


setProfileStatus

public void setProfileStatus(RecurringPaymentsProfileStatusType profileStatus)
Setter for profileStatus


getDescription

public String getDescription()
Getter for description


setDescription

public void setDescription(String description)
Setter for description


getAutoBillOutstandingAmount

public AutoBillType getAutoBillOutstandingAmount()
Getter for autoBillOutstandingAmount


setAutoBillOutstandingAmount

public void setAutoBillOutstandingAmount(AutoBillType autoBillOutstandingAmount)
Setter for autoBillOutstandingAmount


getMaxFailedPayments

public Integer getMaxFailedPayments()
Getter for maxFailedPayments


setMaxFailedPayments

public void setMaxFailedPayments(Integer maxFailedPayments)
Setter for maxFailedPayments


getRecurringPaymentsProfileDetails

public RecurringPaymentsProfileDetailsType getRecurringPaymentsProfileDetails()
Getter for recurringPaymentsProfileDetails


setRecurringPaymentsProfileDetails

public void setRecurringPaymentsProfileDetails(RecurringPaymentsProfileDetailsType recurringPaymentsProfileDetails)
Setter for recurringPaymentsProfileDetails


getCurrentRecurringPaymentsPeriod

public BillingPeriodDetailsType getCurrentRecurringPaymentsPeriod()
Getter for currentRecurringPaymentsPeriod


setCurrentRecurringPaymentsPeriod

public void setCurrentRecurringPaymentsPeriod(BillingPeriodDetailsType currentRecurringPaymentsPeriod)
Setter for currentRecurringPaymentsPeriod


getRecurringPaymentsSummary

public RecurringPaymentsSummaryType getRecurringPaymentsSummary()
Getter for recurringPaymentsSummary


setRecurringPaymentsSummary

public void setRecurringPaymentsSummary(RecurringPaymentsSummaryType recurringPaymentsSummary)
Setter for recurringPaymentsSummary


getCreditCard

public CreditCardDetailsType getCreditCard()
Getter for creditCard


setCreditCard

public void setCreditCard(CreditCardDetailsType creditCard)
Setter for creditCard


getTrialRecurringPaymentsPeriod

public BillingPeriodDetailsType getTrialRecurringPaymentsPeriod()
Getter for trialRecurringPaymentsPeriod


setTrialRecurringPaymentsPeriod

public void setTrialRecurringPaymentsPeriod(BillingPeriodDetailsType trialRecurringPaymentsPeriod)
Setter for trialRecurringPaymentsPeriod


getRegularRecurringPaymentsPeriod

public BillingPeriodDetailsType getRegularRecurringPaymentsPeriod()
Getter for regularRecurringPaymentsPeriod


setRegularRecurringPaymentsPeriod

public void setRegularRecurringPaymentsPeriod(BillingPeriodDetailsType regularRecurringPaymentsPeriod)
Setter for regularRecurringPaymentsPeriod


getTrialAmountPaid

public BasicAmountType getTrialAmountPaid()
Getter for trialAmountPaid


setTrialAmountPaid

public void setTrialAmountPaid(BasicAmountType trialAmountPaid)
Setter for trialAmountPaid


getRegularAmountPaid

public BasicAmountType getRegularAmountPaid()
Getter for regularAmountPaid


setRegularAmountPaid

public void setRegularAmountPaid(BasicAmountType regularAmountPaid)
Setter for regularAmountPaid


getAggregateAmount

public BasicAmountType getAggregateAmount()
Getter for aggregateAmount


setAggregateAmount

public void setAggregateAmount(BasicAmountType aggregateAmount)
Setter for aggregateAmount


getAggregateOptionalAmount

public BasicAmountType getAggregateOptionalAmount()
Getter for aggregateOptionalAmount


setAggregateOptionalAmount

public void setAggregateOptionalAmount(BasicAmountType aggregateOptionalAmount)
Setter for aggregateOptionalAmount


getFinalPaymentDueDate

public String getFinalPaymentDueDate()
Getter for finalPaymentDueDate


setFinalPaymentDueDate

public void setFinalPaymentDueDate(String finalPaymentDueDate)
Setter for finalPaymentDueDate



Copyright © 2013. All Rights Reserved.