Class ServiceCostsSummary
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.ResourceBaseWithLinks<ServiceCostsSummaryLinks>
com.microsoft.store.partnercenter.models.servicecosts.ServiceCostsSummary
public class ServiceCostsSummary extends ResourceBaseWithLinks<ServiceCostsSummaryLinks>
Represents a service costs summary for a customer.
-
Constructor Summary
Constructors Constructor Description ServiceCostsSummary() -
Method Summary
Modifier and Type Method Description DoublegetAfterTaxTotal()org.joda.time.DateTimegetBillingEndDate()org.joda.time.DateTimegetBillingStartDate()StringgetCurrencyCode()StringgetCurrencySymbol()StringgetCustomerId()List<ServiceCostsSummary>getDetails()Gets the service costs summary details.DoublegetPretaxTotal()DoublegetTax()voidsetAfterTaxTotal(Double value)voidsetBillingEnd(org.joda.time.DateTime value)voidsetBillingStartDate(org.joda.time.DateTime value)voidsetCurrencyCode(String value)voidsetCurrencySymbol(String value)voidsetCustomerId(String value)voidsetDetails(List<ServiceCostsSummary> value)Sets the service costs summary details.voidsetPretaxTotal(Double value)voidsetTax(Double value)Methods inherited from class com.microsoft.store.partnercenter.models.ResourceBaseWithLinks
getLinks, setLinks
-
Constructor Details
-
ServiceCostsSummary
public ServiceCostsSummary()
-
-
Method Details
-
getDetails
Gets the service costs summary details.- Returns:
- The service costs summary details.
-
setDetails
Sets the service costs summary details.- Parameters:
value- The service costs summary details.
-
getBillingStartDate
public org.joda.time.DateTime getBillingStartDate() -
setBillingStartDate
public void setBillingStartDate(org.joda.time.DateTime value) -
getBillingEndDate
public org.joda.time.DateTime getBillingEndDate() -
setBillingEnd
public void setBillingEnd(org.joda.time.DateTime value) -
getPretaxTotal
-
setPretaxTotal
-
getTax
-
setTax
-
getAfterTaxTotal
-
setAfterTaxTotal
-
getCurrencyCode
-
setCurrencyCode
-
getCurrencySymbol
-
setCurrencySymbol
-
getCustomerId
-
setCustomerId
-