diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/CurrencyModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/CurrencyModel.go | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/CurrencyModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/CurrencyModel.go deleted file mode 100644 index 7d8aaa59..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/CurrencyModel.go +++ /dev/null @@ -1,23 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -import "time" - -// Currency undocumented -type Currency struct { - // Entity is the base model of Currency - Entity - // Code undocumented - Code *string `json:"code,omitempty"` - // DisplayName undocumented - DisplayName *string `json:"displayName,omitempty"` - // Symbol undocumented - Symbol *string `json:"symbol,omitempty"` - // AmountDecimalPlaces undocumented - AmountDecimalPlaces *string `json:"amountDecimalPlaces,omitempty"` - // AmountRoundingPrecision undocumented - AmountRoundingPrecision *int `json:"amountRoundingPrecision,omitempty"` - // LastModifiedDateTime undocumented - LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` -} |