| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.ScheduleDetailsType |
Java class for ScheduleDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScheduleDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TrialPeriod" type="{urn:ebay:apis:eBLBaseComponents}BillingPeriodDetailsType" minOccurs="0"/>
<element name="PaymentPeriod" type="{urn:ebay:apis:eBLBaseComponents}BillingPeriodDetailsType"/>
<element name="MaxFailedPayments" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ActivationDetails" type="{urn:ebay:apis:eBLBaseComponents}ActivationDetailsType" minOccurs="0"/>
<element name="AutoBillOutstandingAmount" type="{urn:ebay:apis:eBLBaseComponents}AutoBillType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| activationDetails | |||||||||||
| autoBillOutstandingAmount | |||||||||||
| description | |||||||||||
| maxFailedPayments | |||||||||||
| paymentPeriod | |||||||||||
| trialPeriod | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the activationDetails property.
| |||||||||||
Gets the value of the autoBillOutstandingAmount property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the maxFailedPayments property.
| |||||||||||
Gets the value of the paymentPeriod property.
| |||||||||||
Gets the value of the trialPeriod property.
| |||||||||||
Sets the value of the activationDetails property.
| |||||||||||
Sets the value of the autoBillOutstandingAmount property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the maxFailedPayments property.
| |||||||||||
Sets the value of the paymentPeriod property.
| |||||||||||
Sets the value of the trialPeriod property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the activationDetails property.
ActivationDetailsType
Gets the value of the autoBillOutstandingAmount property.
AutoBillType
Gets the value of the description property.
Gets the value of the maxFailedPayments property.
Gets the value of the paymentPeriod property.
BillingPeriodDetailsType
Gets the value of the trialPeriod property.
BillingPeriodDetailsType
Sets the value of the activationDetails property.
| value | Allowed object is
ActivationDetailsType
|
|---|
Sets the value of the autoBillOutstandingAmount property.
| value | Allowed object is
AutoBillType
|
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the maxFailedPayments property.
| value | Allowed object is Integer |
|---|
Sets the value of the paymentPeriod property.
| value | Allowed object is
BillingPeriodDetailsType
|
|---|
Sets the value of the trialPeriod property.
| value | Allowed object is
BillingPeriodDetailsType
|
|---|