chaintype

v0.2.5 v0.2.5
Vernon Keenan 2021-02-05 14:12:09 -08:00
parent a1899a8ac9
commit a8b0005336
3 changed files with 8 additions and 0 deletions

View File

@ -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"`

View File

@ -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:

View File

@ -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