public class

SubscriptionTermsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.SubscriptionTermsType

Class Overview

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>
 

Summary

Fields
protected BasicAmountType amount
protected String period
Public Constructors
SubscriptionTermsType()
Public Methods
BasicAmountType getAmount()
Gets the value of the amount property.
String getPeriod()
Gets the value of the period property.
void setAmount(BasicAmountType value)
Sets the value of the amount property.
void setPeriod(String value)
Sets the value of the period property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BasicAmountType amount

protected String period

Public Constructors

public SubscriptionTermsType ()

Public Methods

public BasicAmountType getAmount ()

Gets the value of the amount property.

Returns

public String getPeriod ()

Gets the value of the period property.

Returns
  • possible object is String

public void setAmount (BasicAmountType value)

Sets the value of the amount property.

Parameters
value Allowed object is BasicAmountType

public void setPeriod (String value)

Sets the value of the period property.

Parameters
value Allowed object is String