parent
a1899a8ac9
commit
a8b0005336
|
@ -37,6 +37,9 @@ type TaxType struct {
|
|||
// Category
|
||||
Category string `json:"category,omitempty"`
|
||||
|
||||
// chain type
|
||||
Chaintype string `json:"chaintype,omitempty"`
|
||||
|
||||
// Collector Domain Id
|
||||
Collectordomainid string `json:"collectordomainid,omitempty"`
|
||||
|
||||
|
|
|
@ -4156,6 +4156,8 @@ definitions:
|
|||
type: number
|
||||
category:
|
||||
type: string
|
||||
chaintype:
|
||||
type: string
|
||||
collectordomainid:
|
||||
type: string
|
||||
companyid:
|
||||
|
|
|
@ -8257,6 +8257,9 @@ definitions:
|
|||
category:
|
||||
description: Category
|
||||
type: string
|
||||
chaintype:
|
||||
description: chain type
|
||||
type: string
|
||||
collectordomainid:
|
||||
description: Collector Domain Id
|
||||
type: string
|
||||
|
|
Loading…
Reference in New Issue