urn.ebay.apis.eBLBaseComponents
Class UpdateRecurringPaymentsProfileRequestDetailsType

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

public class UpdateRecurringPaymentsProfileRequestDetailsType
extends Object


Constructor Summary
UpdateRecurringPaymentsProfileRequestDetailsType()
          Default Constructor
UpdateRecurringPaymentsProfileRequestDetailsType(String profileID)
          Constructor with arguments
 
Method Summary
 Integer getAdditionalBillingCycles()
          Getter for additionalBillingCycles
 BasicAmountType getAmount()
          Getter for amount
 AutoBillType getAutoBillOutstandingAmount()
          Getter for autoBillOutstandingAmount
 String getBillingStartDate()
          Getter for billingStartDate
 CreditCardDetailsType getCreditCard()
          Getter for creditCard
 String getDescription()
          Getter for description
 Integer getMaxFailedPayments()
          Getter for maxFailedPayments
 String getNote()
          Getter for note
 BasicAmountType getOutstandingBalance()
          Getter for outstandingBalance
 BillingPeriodDetailsType_Update getPaymentPeriod()
          Getter for paymentPeriod
 String getProfileID()
          Getter for profileID
 String getProfileReference()
          Getter for profileReference
 BasicAmountType getShippingAmount()
          Getter for shippingAmount
 String getSubscriberName()
          Getter for subscriberName
 AddressType getSubscriberShippingAddress()
          Getter for subscriberShippingAddress
 BasicAmountType getTaxAmount()
          Getter for taxAmount
 BillingPeriodDetailsType_Update getTrialPeriod()
          Getter for trialPeriod
 void setAdditionalBillingCycles(Integer additionalBillingCycles)
          Setter for additionalBillingCycles
 void setAmount(BasicAmountType amount)
          Setter for amount
 void setAutoBillOutstandingAmount(AutoBillType autoBillOutstandingAmount)
          Setter for autoBillOutstandingAmount
 void setBillingStartDate(String billingStartDate)
          Setter for billingStartDate
 void setCreditCard(CreditCardDetailsType creditCard)
          Setter for creditCard
 void setDescription(String description)
          Setter for description
 void setMaxFailedPayments(Integer maxFailedPayments)
          Setter for maxFailedPayments
 void setNote(String note)
          Setter for note
 void setOutstandingBalance(BasicAmountType outstandingBalance)
          Setter for outstandingBalance
 void setPaymentPeriod(BillingPeriodDetailsType_Update paymentPeriod)
          Setter for paymentPeriod
 void setProfileID(String profileID)
          Setter for profileID
 void setProfileReference(String profileReference)
          Setter for profileReference
 void setShippingAmount(BasicAmountType shippingAmount)
          Setter for shippingAmount
 void setSubscriberName(String subscriberName)
          Setter for subscriberName
 void setSubscriberShippingAddress(AddressType subscriberShippingAddress)
          Setter for subscriberShippingAddress
 void setTaxAmount(BasicAmountType taxAmount)
          Setter for taxAmount
 void setTrialPeriod(BillingPeriodDetailsType_Update trialPeriod)
          Setter for trialPeriod
 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

UpdateRecurringPaymentsProfileRequestDetailsType

public UpdateRecurringPaymentsProfileRequestDetailsType(String profileID)
Constructor with arguments


UpdateRecurringPaymentsProfileRequestDetailsType

public UpdateRecurringPaymentsProfileRequestDetailsType()
Default Constructor

Method Detail

getProfileID

public String getProfileID()
Getter for profileID


setProfileID

public void setProfileID(String profileID)
Setter for profileID


getNote

public String getNote()
Getter for note


setNote

public void setNote(String note)
Setter for note


getDescription

public String getDescription()
Getter for description


setDescription

public void setDescription(String description)
Setter for description


getSubscriberName

public String getSubscriberName()
Getter for subscriberName


setSubscriberName

public void setSubscriberName(String subscriberName)
Setter for subscriberName


getSubscriberShippingAddress

public AddressType getSubscriberShippingAddress()
Getter for subscriberShippingAddress


setSubscriberShippingAddress

public void setSubscriberShippingAddress(AddressType subscriberShippingAddress)
Setter for subscriberShippingAddress


getProfileReference

public String getProfileReference()
Getter for profileReference


setProfileReference

public void setProfileReference(String profileReference)
Setter for profileReference


getAdditionalBillingCycles

public Integer getAdditionalBillingCycles()
Getter for additionalBillingCycles


setAdditionalBillingCycles

public void setAdditionalBillingCycles(Integer additionalBillingCycles)
Setter for additionalBillingCycles


getAmount

public BasicAmountType getAmount()
Getter for amount


setAmount

public void setAmount(BasicAmountType amount)
Setter for amount


getShippingAmount

public BasicAmountType getShippingAmount()
Getter for shippingAmount


setShippingAmount

public void setShippingAmount(BasicAmountType shippingAmount)
Setter for shippingAmount


getTaxAmount

public BasicAmountType getTaxAmount()
Getter for taxAmount


setTaxAmount

public void setTaxAmount(BasicAmountType taxAmount)
Setter for taxAmount


getOutstandingBalance

public BasicAmountType getOutstandingBalance()
Getter for outstandingBalance


setOutstandingBalance

public void setOutstandingBalance(BasicAmountType outstandingBalance)
Setter for outstandingBalance


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


getCreditCard

public CreditCardDetailsType getCreditCard()
Getter for creditCard


setCreditCard

public void setCreditCard(CreditCardDetailsType creditCard)
Setter for creditCard


getBillingStartDate

public String getBillingStartDate()
Getter for billingStartDate


setBillingStartDate

public void setBillingStartDate(String billingStartDate)
Setter for billingStartDate


getTrialPeriod

public BillingPeriodDetailsType_Update getTrialPeriod()
Getter for trialPeriod


setTrialPeriod

public void setTrialPeriod(BillingPeriodDetailsType_Update trialPeriod)
Setter for trialPeriod


getPaymentPeriod

public BillingPeriodDetailsType_Update getPaymentPeriod()
Getter for paymentPeriod


setPaymentPeriod

public void setPaymentPeriod(BillingPeriodDetailsType_Update paymentPeriod)
Setter for paymentPeriod


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2012. All Rights Reserved.