|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecturn.ebay.api.PayPalAPI.InstallmentDetailsType
public class InstallmentDetailsType
Installment Period. Optional
| Constructor Summary | |
|---|---|
InstallmentDetailsType()
Default Constructor |
|
InstallmentDetailsType(Node node)
|
|
| Method Summary | |
|---|---|
String |
getAmount()
Getter for amount |
Integer |
getBillingFrequency()
Getter for billingFrequency |
BillingPeriodType |
getBillingPeriod()
Getter for billingPeriod |
String |
getShippingAmount()
Getter for shippingAmount |
String |
getTaxAmount()
Getter for taxAmount |
Integer |
getTotalBillingCycles()
Getter for totalBillingCycles |
void |
setAmount(String amount)
Setter for amount |
void |
setBillingFrequency(Integer billingFrequency)
Setter for billingFrequency |
void |
setBillingPeriod(BillingPeriodType billingPeriod)
Setter for billingPeriod |
void |
setShippingAmount(String shippingAmount)
Setter for shippingAmount |
void |
setTaxAmount(String taxAmount)
Setter for taxAmount |
void |
setTotalBillingCycles(Integer totalBillingCycles)
Setter for totalBillingCycles |
String |
toXMLString(String prefix,
String name)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InstallmentDetailsType()
public InstallmentDetailsType(Node node)
throws XPathExpressionException
XPathExpressionException| Method Detail |
|---|
public BillingPeriodType getBillingPeriod()
public void setBillingPeriod(BillingPeriodType billingPeriod)
public Integer getBillingFrequency()
public void setBillingFrequency(Integer billingFrequency)
public Integer getTotalBillingCycles()
public void setTotalBillingCycles(Integer totalBillingCycles)
public String getAmount()
public void setAmount(String amount)
public String getShippingAmount()
public void setShippingAmount(String shippingAmount)
public String getTaxAmount()
public void setTaxAmount(String taxAmount)
public String toXMLString(String prefix,
String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||