| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.BillingPeriodDetailsTypeUpdate |
Java class for BillingPeriodDetailsType_Update complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BillingPeriodDetailsType_Update">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BillingPeriod" type="{urn:ebay:apis:eBLBaseComponents}BillingPeriodType" minOccurs="0"/>
<element name="BillingFrequency" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="TotalBillingCycles" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="ShippingAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="TaxAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| billingFrequency | |||||||||||
| billingPeriod | |||||||||||
| shippingAmount | |||||||||||
| taxAmount | |||||||||||
| totalBillingCycles | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the billingFrequency property.
| |||||||||||
Gets the value of the billingPeriod property.
| |||||||||||
Gets the value of the shippingAmount property.
| |||||||||||
Gets the value of the taxAmount property.
| |||||||||||
Gets the value of the totalBillingCycles property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the billingFrequency property.
| |||||||||||
Sets the value of the billingPeriod property.
| |||||||||||
Sets the value of the shippingAmount property.
| |||||||||||
Sets the value of the taxAmount property.
| |||||||||||
Sets the value of the totalBillingCycles property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
BasicAmountType
Gets the value of the billingFrequency property.
Gets the value of the billingPeriod property.
BillingPeriodType
Gets the value of the shippingAmount property.
BasicAmountType
Gets the value of the taxAmount property.
BasicAmountType
Gets the value of the totalBillingCycles property.
Sets the value of the amount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the billingFrequency property.
| value | Allowed object is Integer |
|---|
Sets the value of the billingPeriod property.
| value | Allowed object is
BillingPeriodType
|
|---|
Sets the value of the shippingAmount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the taxAmount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the totalBillingCycles property.
| value | Allowed object is Integer |
|---|