| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.SubscriptionTermsType |
SubscriptionTermsType Terms of a PayPal subscription.
Java class for SubscriptionTermsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscriptionTermsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
</sequence>
<attribute name="period" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| period | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the period property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the period property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
BasicAmountType
Gets the value of the period property.
Sets the value of the amount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the period property.
| value | Allowed object is String |
|---|