public class BillingPeriodDetailsType_Update extends Object
| Constructor and Description |
|---|
BillingPeriodDetailsType_Update()
Default Constructor
|
| 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_Update()
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 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.