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