Interface TaxInvoiceService

All Known Implementing Classes:
ChineseTaxInvoiceService

public interface TaxInvoiceService
Tax invoice facade interface. Its main purpose is to retrieve chinese tax invoice related DTOs using existing services.
  • Method Details

    • getTaxInvoiceForCode

      TaxInvoiceModel getTaxInvoiceForCode(String code)
      Query TaxInvoiceModel for PK.
      Parameters:
      code - PK of tax invoice
      Returns:
      tax invoice model
    • createTaxInvoice

      TaxInvoiceModel createTaxInvoice(String taxInvoiceId)
      To create a TaxInvoiceModel use a TaxInvoiceData
      Parameters:
      taxInvoiceId - the identifier of this tax invoice.
      Returns:
      tax invoice model