ServiceCostsSummary Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. ResourceBase - com.
microsoft. store. partnercenter. models. ResourceBaseWithLinks<TLinks> - com.
microsoft. store. partnercenter. models. servicecosts. ServiceCostsSummary
- com.
- com.
- com.
public class ServiceCostsSummary extends ResourceBaseWithLinks<ServiceCostsSummaryLinks>
Represents a service costs summary for a customer.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ServiceCostsSummary() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Double | getAfterTaxTotal() |
| org.joda.time.DateTime | getBillingEndDate() |
| org.joda.time.DateTime | getBillingStartDate() |
| java.lang.String | getCurrencyCode() |
| java.lang.String | getCurrencySymbol() |
| java.lang.String | getCustomerId() |
|
java.util.List<Service |
getDetails()
Gets the service costs summary details. |
| java.lang.Double | getPretaxTotal() |
| java.lang.Double | getTax() |
| void | setAfterTaxTotal(Double value) |
| void | setBillingEnd(DateTime value) |
| void | setBillingStartDate(DateTime value) |
| void | setCurrencyCode(String value) |
| void | setCurrencySymbol(String value) |
| void | setCustomerId(String value) |
| void |
setDetails(List<ServiceCostsSummary> value)
Sets the service costs summary details. |
| void | setPretaxTotal(Double value) |
| void | setTax(Double value) |
Inherited Members
Constructor Details
ServiceCostsSummary
public ServiceCostsSummary()
Method Details
getAfterTaxTotal
public Double getAfterTaxTotal()
getBillingEndDate
public DateTime getBillingEndDate()
getBillingStartDate
public DateTime getBillingStartDate()
getCurrencyCode
public String getCurrencyCode()
getCurrencySymbol
public String getCurrencySymbol()
getCustomerId
public String getCustomerId()
getDetails
public List
Gets the service costs summary details.
Returns:
getPretaxTotal
public Double getPretaxTotal()
getTax
public Double getTax()
setAfterTaxTotal
public void setAfterTaxTotal(Double value)
Parameters:
setBillingEnd
public void setBillingEnd(DateTime value)
Parameters:
setBillingStartDate
public void setBillingStartDate(DateTime value)
Parameters:
setCurrencyCode
public void setCurrencyCode(String value)
Parameters:
setCurrencySymbol
public void setCurrencySymbol(String value)
Parameters:
setCustomerId
public void setCustomerId(String value)
Parameters:
setDetails
public void setDetails(List
Sets the service costs summary details.
Parameters:
setPretaxTotal
public void setPretaxTotal(Double value)
Parameters:
setTax
public void setTax(Double value)
Parameters: