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