diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/BookingCurrencyModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/BookingCurrencyModel.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/BookingCurrencyModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/BookingCurrencyModel.go deleted file mode 100644 index 4faf328d..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/BookingCurrencyModel.go +++ /dev/null @@ -1,11 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// BookingCurrency undocumented -type BookingCurrency struct { - // Entity is the base model of BookingCurrency - Entity - // Symbol undocumented - Symbol *string `json:"symbol,omitempty"` -} |