InvoiceSubCategoryCountryDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
invoiceSubCategory string
sellingCountry string
country string
tax string
taxCodeEL string
discountCode string
filterEL string

Example

{
  "invoiceSubCategory" : "...",
  "sellingCountry" : "...",
  "country" : "...",
  "tax" : "...",
  "taxCodeEL" : "...",
  "discountCode" : "...",
  "filterEL" : "..."
}