package constvar type InvoiceTypeQueryClass string const ( InvoiceTypeQueryClassExpireLessThen60Days InvoiceTypeQueryClass = "" ) type InvoiceTypeKeywordType string const ( InvoiceTypeKeywordCustomerName InvoiceTypeKeywordType = "" )