public class

BillingPeriodDetailsType

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

Class Overview

Java class for BillingPeriodDetailsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BillingPeriodDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BillingPeriod" type="{urn:ebay:apis:eBLBaseComponents}BillingPeriodType"/>
         <element name="BillingFrequency" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="TotalBillingCycles" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
         <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>
 

Summary

Fields
protected BasicAmountType amount
protected int billingFrequency
protected BillingPeriodType billingPeriod
protected BasicAmountType shippingAmount
protected BasicAmountType taxAmount
protected Integer totalBillingCycles
Public Constructors
BillingPeriodDetailsType()
Public Methods
BasicAmountType getAmount()
Gets the value of the amount property.
int getBillingFrequency()
Gets the value of the billingFrequency property.
BillingPeriodType getBillingPeriod()
Gets the value of the billingPeriod property.
BasicAmountType getShippingAmount()
Gets the value of the shippingAmount property.
BasicAmountType getTaxAmount()
Gets the value of the taxAmount property.
Integer getTotalBillingCycles()
Gets the value of the totalBillingCycles property.
void setAmount(BasicAmountType value)
Sets the value of the amount property.
void setBillingFrequency(int value)
Sets the value of the billingFrequency property.
void setBillingPeriod(BillingPeriodType value)
Sets the value of the billingPeriod property.
void setShippingAmount(BasicAmountType value)
Sets the value of the shippingAmount property.
void setTaxAmount(BasicAmountType value)
Sets the value of the taxAmount property.
void setTotalBillingCycles(Integer value)
Sets the value of the totalBillingCycles property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BasicAmountType amount

protected int billingFrequency

protected BillingPeriodType billingPeriod

protected BasicAmountType shippingAmount

protected BasicAmountType taxAmount

protected Integer totalBillingCycles

Public Constructors

public BillingPeriodDetailsType ()

Public Methods

public BasicAmountType getAmount ()

Gets the value of the amount property.

Returns

public int getBillingFrequency ()

Gets the value of the billingFrequency property.

public BillingPeriodType getBillingPeriod ()

Gets the value of the billingPeriod property.

Returns

public BasicAmountType getShippingAmount ()

Gets the value of the shippingAmount property.

Returns

public BasicAmountType getTaxAmount ()

Gets the value of the taxAmount property.

Returns

public Integer getTotalBillingCycles ()

Gets the value of the totalBillingCycles property.

Returns
  • possible object is Integer

public void setAmount (BasicAmountType value)

Sets the value of the amount property.

Parameters
value Allowed object is BasicAmountType

public void setBillingFrequency (int value)

Sets the value of the billingFrequency property.

Parameters
value

public void setBillingPeriod (BillingPeriodType value)

Sets the value of the billingPeriod property.

Parameters
value Allowed object is BillingPeriodType

public void setShippingAmount (BasicAmountType value)

Sets the value of the shippingAmount property.

Parameters
value Allowed object is BasicAmountType

public void setTaxAmount (BasicAmountType value)

Sets the value of the taxAmount property.

Parameters
value Allowed object is BasicAmountType

public void setTotalBillingCycles (Integer value)

Sets the value of the totalBillingCycles property.

Parameters
value Allowed object is Integer