public class RecurringPaymentsProfileDetailsType extends Object
| Constructor and Description |
|---|
RecurringPaymentsProfileDetailsType()
Default Constructor
|
RecurringPaymentsProfileDetailsType(Node node) |
RecurringPaymentsProfileDetailsType(String billingStartDate)
Constructor with arguments
|
| Modifier and Type | Method and Description |
|---|---|
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) |
public RecurringPaymentsProfileDetailsType(String billingStartDate)
public RecurringPaymentsProfileDetailsType()
public RecurringPaymentsProfileDetailsType(Node node) throws XPathExpressionException
XPathExpressionExceptionpublic String getSubscriberName()
public void setSubscriberName(String subscriberName)
public AddressType getSubscriberShippingAddress()
public void setSubscriberShippingAddress(AddressType subscriberShippingAddress)
public String getBillingStartDate()
public void setBillingStartDate(String billingStartDate)
public String getProfileReference()
public void setProfileReference(String profileReference)
Copyright © 2017. All Rights Reserved.