urn.ebay.api.PayPalAPI
Class InstallmentDetailsType

java.lang.Object
  extended by urn.ebay.api.PayPalAPI.InstallmentDetailsType

public class InstallmentDetailsType
extends Object

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

InstallmentDetailsType

public InstallmentDetailsType()
Default Constructor


InstallmentDetailsType

public InstallmentDetailsType(Node node)
                       throws XPathExpressionException
Throws:
XPathExpressionException
Method Detail

getBillingPeriod

public BillingPeriodType getBillingPeriod()
Getter for billingPeriod


setBillingPeriod

public void setBillingPeriod(BillingPeriodType billingPeriod)
Setter for billingPeriod


getBillingFrequency

public Integer getBillingFrequency()
Getter for billingFrequency


setBillingFrequency

public void setBillingFrequency(Integer billingFrequency)
Setter for billingFrequency


getTotalBillingCycles

public Integer getTotalBillingCycles()
Getter for totalBillingCycles


setTotalBillingCycles

public void setTotalBillingCycles(Integer totalBillingCycles)
Setter for totalBillingCycles


getAmount

public String getAmount()
Getter for amount


setAmount

public void setAmount(String amount)
Setter for amount


getShippingAmount

public String getShippingAmount()
Getter for shippingAmount


setShippingAmount

public void setShippingAmount(String shippingAmount)
Setter for shippingAmount


getTaxAmount

public String getTaxAmount()
Getter for taxAmount


setTaxAmount

public void setTaxAmount(String taxAmount)
Setter for taxAmount


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2013. All Rights Reserved.