| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.RecurringPaymentsProfileDetailsType |
Java class for RecurringPaymentsProfileDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecurringPaymentsProfileDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SubscriberName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SubscriberShippingAddress" type="{urn:ebay:apis:eBLBaseComponents}AddressType" minOccurs="0"/>
<element name="BillingStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="ProfileReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| billingStartDate | |||||||||||
| profileReference | |||||||||||
| subscriberName | |||||||||||
| subscriberShippingAddress | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the billingStartDate property.
| |||||||||||
Gets the value of the profileReference property.
| |||||||||||
Gets the value of the subscriberName property.
| |||||||||||
Gets the value of the subscriberShippingAddress property.
| |||||||||||
Sets the value of the billingStartDate property.
| |||||||||||
Sets the value of the profileReference property.
| |||||||||||
Sets the value of the subscriberName property.
| |||||||||||
Sets the value of the subscriberShippingAddress property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the billingStartDate property.
Gets the value of the profileReference property.
Gets the value of the subscriberName property.
Gets the value of the subscriberShippingAddress property.
AddressType
Sets the value of the billingStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the profileReference property.
| value | Allowed object is String |
|---|
Sets the value of the subscriberName property.
| value | Allowed object is String |
|---|
Sets the value of the subscriberShippingAddress property.
| value | Allowed object is
AddressType
|
|---|