public class

InstallmentDetailsType

extends Object
java.lang.Object
   ↳ ebay.api.paypalapi.InstallmentDetailsType

Class Overview

Java class for InstallmentDetailsType complex type.

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

 <complexType name="InstallmentDetailsType">
   <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="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ShippingAmount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TaxAmount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String amount
protected Integer billingFrequency
protected BillingPeriodType billingPeriod
protected String shippingAmount
protected String taxAmount
protected Integer totalBillingCycles
Public Constructors
InstallmentDetailsType()
Public Methods
String getAmount()
Gets the value of the amount property.
Integer getBillingFrequency()
Gets the value of the billingFrequency property.
BillingPeriodType getBillingPeriod()
Gets the value of the billingPeriod property.
String getShippingAmount()
Gets the value of the shippingAmount property.
String getTaxAmount()
Gets the value of the taxAmount property.
Integer getTotalBillingCycles()
Gets the value of the totalBillingCycles property.
void setAmount(String value)
Sets the value of the amount property.
void setBillingFrequency(Integer value)
Sets the value of the billingFrequency property.
void setBillingPeriod(BillingPeriodType value)
Sets the value of the billingPeriod property.
void setShippingAmount(String value)
Sets the value of the shippingAmount property.
void setTaxAmount(String 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 String amount

protected Integer billingFrequency

protected BillingPeriodType billingPeriod

protected String shippingAmount

protected String taxAmount

protected Integer totalBillingCycles

Public Constructors

public InstallmentDetailsType ()

Public Methods

public String getAmount ()

Gets the value of the amount property.

Returns
  • possible object is String

public Integer getBillingFrequency ()

Gets the value of the billingFrequency property.

Returns
  • possible object is Integer

public BillingPeriodType getBillingPeriod ()

Gets the value of the billingPeriod property.

Returns

public String getShippingAmount ()

Gets the value of the shippingAmount property.

Returns
  • possible object is String

public String getTaxAmount ()

Gets the value of the taxAmount property.

Returns
  • possible object is String

public Integer getTotalBillingCycles ()

Gets the value of the totalBillingCycles property.

Returns
  • possible object is Integer

public void setAmount (String value)

Sets the value of the amount property.

Parameters
value Allowed object is String

public void setBillingFrequency (Integer value)

Sets the value of the billingFrequency property.

Parameters
value Allowed object is Integer

public void setBillingPeriod (BillingPeriodType value)

Sets the value of the billingPeriod property.

Parameters
value Allowed object is BillingPeriodType

public void setShippingAmount (String value)

Sets the value of the shippingAmount property.

Parameters
value Allowed object is String

public void setTaxAmount (String value)

Sets the value of the taxAmount property.

Parameters
value Allowed object is String

public void setTotalBillingCycles (Integer value)

Sets the value of the totalBillingCycles property.

Parameters
value Allowed object is Integer