Package pl.com.bottega.ecommerce.sales.domain.invoicing.tax

Examples of pl.com.bottega.ecommerce.sales.domain.invoicing.tax.DefaultTaxPolicy


@DomainService
public class TaxAdvisor {

  public TaxPolicy suggestBestTax(Client client){
    //TODO explore domain rules
    return new DefaultTaxPolicy();
  }
View Full Code Here

TOP

Related Classes of pl.com.bottega.ecommerce.sales.domain.invoicing.tax.DefaultTaxPolicy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.