public class InstallmentDetailsType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
amount |
protected java.lang.Integer |
billingFrequency |
protected BillingPeriodType |
billingPeriod |
protected java.lang.String |
shippingAmount |
protected java.lang.String |
taxAmount |
protected java.lang.Integer |
totalBillingCycles |
Constructor and Description |
---|
InstallmentDetailsType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAmount()
Gets the value of the amount property.
|
java.lang.Integer |
getBillingFrequency()
Gets the value of the billingFrequency property.
|
BillingPeriodType |
getBillingPeriod()
Gets the value of the billingPeriod property.
|
java.lang.String |
getShippingAmount()
Gets the value of the shippingAmount property.
|
java.lang.String |
getTaxAmount()
Gets the value of the taxAmount property.
|
java.lang.Integer |
getTotalBillingCycles()
Gets the value of the totalBillingCycles property.
|
void |
setAmount(java.lang.String value)
Sets the value of the amount property.
|
void |
setBillingFrequency(java.lang.Integer value)
Sets the value of the billingFrequency property.
|
void |
setBillingPeriod(BillingPeriodType value)
Sets the value of the billingPeriod property.
|
void |
setShippingAmount(java.lang.String value)
Sets the value of the shippingAmount property.
|
void |
setTaxAmount(java.lang.String value)
Sets the value of the taxAmount property.
|
void |
setTotalBillingCycles(java.lang.Integer value)
Sets the value of the totalBillingCycles property.
|
protected BillingPeriodType billingPeriod
protected java.lang.Integer billingFrequency
protected java.lang.Integer totalBillingCycles
protected java.lang.String amount
protected java.lang.String shippingAmount
protected java.lang.String taxAmount
public BillingPeriodType getBillingPeriod()
BillingPeriodType
public void setBillingPeriod(BillingPeriodType value)
value
- the value
allowed object is
BillingPeriodType
public java.lang.Integer getBillingFrequency()
Integer
public void setBillingFrequency(java.lang.Integer value)
value
- the value
allowed object is
Integer
public java.lang.Integer getTotalBillingCycles()
Integer
public void setTotalBillingCycles(java.lang.Integer value)
value
- the value
allowed object is
Integer
public java.lang.String getAmount()
String
public void setAmount(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getShippingAmount()
String
public void setShippingAmount(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getTaxAmount()
String
public void setTaxAmount(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.