urn.ebay.apis.eBLBaseComponents
Class RecurringPaymentsProfileDetailsType

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

public class RecurringPaymentsProfileDetailsType
extends Object

Subscriber name - if missing, will use name in buyer's account


Constructor Summary
RecurringPaymentsProfileDetailsType()
          Default Constructor
RecurringPaymentsProfileDetailsType(Node node)
           
RecurringPaymentsProfileDetailsType(String billingStartDate)
          Constructor with arguments
 
Method Summary
 String getBillingStartDate()
          Getter for billingStartDate
 String getProfileReference()
          Getter for profileReference
 String getSubscriberName()
          Getter for subscriberName
 AddressType getSubscriberShippingAddress()
          Getter for subscriberShippingAddress
 void setBillingStartDate(String billingStartDate)
          Setter for billingStartDate
 void setProfileReference(String profileReference)
          Setter for profileReference
 void setSubscriberName(String subscriberName)
          Setter for subscriberName
 void setSubscriberShippingAddress(AddressType subscriberShippingAddress)
          Setter for subscriberShippingAddress
 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

RecurringPaymentsProfileDetailsType

public RecurringPaymentsProfileDetailsType(String billingStartDate)
Constructor with arguments


RecurringPaymentsProfileDetailsType

public RecurringPaymentsProfileDetailsType()
Default Constructor


RecurringPaymentsProfileDetailsType

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

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


getBillingStartDate

public String getBillingStartDate()
Getter for billingStartDate


setBillingStartDate

public void setBillingStartDate(String billingStartDate)
Setter for billingStartDate


getProfileReference

public String getProfileReference()
Getter for profileReference


setProfileReference

public void setProfileReference(String profileReference)
Setter for profileReference


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2013. All Rights Reserved.