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 Summary
Modifier and TypeMethodDescriptioncreateTaxInvoice(String taxInvoiceId) To create a TaxInvoiceModel use a TaxInvoiceDatagetTaxInvoiceForCode(String code) Query TaxInvoiceModel for PK.
-
Method Details
-
getTaxInvoiceForCode
Query TaxInvoiceModel for PK.- Parameters:
code- PK of tax invoice- Returns:
- tax invoice model
-
createTaxInvoice
To create a TaxInvoiceModel use a TaxInvoiceData- Parameters:
taxInvoiceId- the identifier of this tax invoice.- Returns:
- tax invoice model
-