public class BillingPeriodDetailsType extends Object
| Constructor and Description |
|---|
BillingPeriodDetailsType()
Default Constructor
|
BillingPeriodDetailsType(BillingPeriodType billingPeriod,
Integer billingFrequency,
BasicAmountType amount)
Constructor with arguments
|
BillingPeriodDetailsType(Node node) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public BillingPeriodDetailsType(BillingPeriodType billingPeriod, Integer billingFrequency, BasicAmountType amount)
public BillingPeriodDetailsType()
public BillingPeriodDetailsType(Node node) throws XPathExpressionException
XPathExpressionExceptionpublic BillingPeriodType getBillingPeriod()
public void setBillingPeriod(BillingPeriodType billingPeriod)
public Integer getBillingFrequency()
public void setBillingFrequency(Integer billingFrequency)
public Integer getTotalBillingCycles()
public void setTotalBillingCycles(Integer totalBillingCycles)
public BasicAmountType getAmount()
public void setAmount(BasicAmountType amount)
public BasicAmountType getShippingAmount()
public void setShippingAmount(BasicAmountType shippingAmount)
public BasicAmountType getTaxAmount()
public void setTaxAmount(BasicAmountType taxAmount)
Copyright © 2017. All Rights Reserved.