src/main/java/com/microsoft/store/partnercenter/models/servicecosts/ServiceCostLineItem.java [473:563]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	@JsonProperty("pretaxTotal")
    private Double __PretaxTotal;
    
    public Double getPretaxTotal()
    {
    	return __PretaxTotal;
    }

    public void setPretaxTotal(Double value)
    {
    	__PretaxTotal = value;
    }

    /**
     * Gets or sets the tax incurred.
     */
	@JsonProperty("tax")
    private Double __Tax;
    
    public Double getTax()
    {
    	return __Tax;
    }

    public void setTax(Double value)
    {
    	__Tax = value;
    }

    /**
     * Gets or sets the total for this item inclusive of taxes.
     */
	@JsonProperty("afterTaxTotal")
    private Double __AfterTaxTotal;
    
    public Double getAfterTaxTotal()
    {
    	return __AfterTaxTotal;
    }

    public void setAfterTaxTotal(Double value)
    {
    	__AfterTaxTotal = value;
    }

    /**
     * Gets or sets the currency code for the costs.
     */
	@JsonProperty("currencyCode")
    private String __CurrencyCode;
    
    public String getCurrencyCode()
    {
    	return __CurrencyCode;
    }

    public void setCurrencyCode(String value)
    {
    	__CurrencyCode = value;
    }

    /**
     * Gets or sets the currency symbol for the costs.
     */
	@JsonProperty("currencySymbol")
    private String __CurrencySymbol;
    
    public String getCurrencySymbol()
    {
    	return __CurrencySymbol;
    }

    public void setCurrencySymbol(String value)
    {
    	__CurrencySymbol = value;
    }

    /**
     * Gets or sets The customer identifier.
     */
	@JsonProperty("customerId")
    private String __CustomerId;
    
    public String getCustomerId()
    {
    	return __CustomerId;
    }

    public void setCustomerId(String value)
    {
    	__CustomerId = value;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/microsoft/store/partnercenter/models/servicecosts/ServiceCostsSummary.java [79:169]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	@JsonProperty("pretaxTotal")
    private Double __PretaxTotal;
    
    public Double getPretaxTotal()
    {
    	return __PretaxTotal;
    }

    public void setPretaxTotal(Double value)
    {
    	__PretaxTotal = value;
    }

    /**
     * Gets or sets the tax incurred.
     */
	@JsonProperty("tax")
    private Double __Tax;
    
    public Double getTax()
    {
    	return __Tax;
    }

    public void setTax(Double value)
    {
    	__Tax = value;
    }

    /**
     * Gets or sets the total for this item inclusive of taxes.
     */
	@JsonProperty("afterTaxTotal")
    private Double __AfterTaxTotal;
    
    public Double getAfterTaxTotal()
    {
    	return __AfterTaxTotal;
    }

    public void setAfterTaxTotal(Double value)
    {
    	__AfterTaxTotal = value;
    }

    /**
     * Gets or sets the currency code for the costs.
     */
	@JsonProperty("currencyCode")
    private String __CurrencyCode;
    
    public String getCurrencyCode()
    {
    	return __CurrencyCode;
    }

    public void setCurrencyCode(String value)
    {
    	__CurrencyCode = value;
    }

    /**
     * Gets or sets the currency symbol for the costs.
     */
	@JsonProperty("currencySymbol")
    private String __CurrencySymbol;
    
    public String getCurrencySymbol()
    {
    	return __CurrencySymbol;
    }

    public void setCurrencySymbol(String value)
    {
    	__CurrencySymbol = value;
    }

    /**
     * Gets or sets The customer identifier.
     */
	@JsonProperty("customerId")
    private String __CustomerId;
    
    public String getCustomerId()
    {
    	return __CustomerId;
    }

    public void setCustomerId(String value)
    {
    	__CustomerId = value;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



