urn.ebay.apis.eBLBaseComponents
Class BillingPeriodDetailsType_Update

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.BillingPeriodDetailsType_Update

public class BillingPeriodDetailsType_Update
extends Object

Unit of meausre for billing cycle


Constructor Summary
BillingPeriodDetailsType_Update()
          Default Constructor
 
Method Summary
 BasicAmountType getAmount()
          Getter for amount
 Integer getBillingFrequency()
          Getter for billingFrequency
 BillingPeriodType getBillingPeriod()
          Getter for billingPeriod
 BasicAmountType getShippingAmount()
          Getter for shippingAmount
 BasicAmountType getTaxAmount()
          Getter for taxAmount
 Integer getTotalBillingCycles()
          Getter for totalBillingCycles
 void setAmount(BasicAmountType amount)
          Setter for amount
 void setBillingFrequency(Integer billingFrequency)
          Setter for billingFrequency
 void setBillingPeriod(BillingPeriodType billingPeriod)
          Setter for billingPeriod
 void setShippingAmount(BasicAmountType shippingAmount)
          Setter for shippingAmount
 void setTaxAmount(BasicAmountType 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

BillingPeriodDetailsType_Update

public BillingPeriodDetailsType_Update()
Default Constructor

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 BasicAmountType getAmount()
Getter for amount


setAmount

public void setAmount(BasicAmountType amount)
Setter for amount


getShippingAmount

public BasicAmountType getShippingAmount()
Getter for shippingAmount


setShippingAmount

public void setShippingAmount(BasicAmountType shippingAmount)
Setter for shippingAmount


getTaxAmount

public BasicAmountType getTaxAmount()
Getter for taxAmount


setTaxAmount

public void setTaxAmount(BasicAmountType taxAmount)
Setter for taxAmount


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2013. All Rights Reserved.