diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/TaxGroupModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/TaxGroupModel.go | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/TaxGroupModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/TaxGroupModel.go deleted file mode 100644 index c10642df..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/TaxGroupModel.go +++ /dev/null @@ -1,19 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -import "time" - -// TaxGroup undocumented -type TaxGroup struct { - // Entity is the base model of TaxGroup - Entity - // Code undocumented - Code *string `json:"code,omitempty"` - // DisplayName undocumented - DisplayName *string `json:"displayName,omitempty"` - // TaxType undocumented - TaxType *string `json:"taxType,omitempty"` - // LastModifiedDateTime undocumented - LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` -} |