blob: 794ffdb52ec3f29af1662280df8509d15669f41c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// BookingCustomer Represents a customer of the business.
type BookingCustomer struct {
// BookingPerson is the base model of BookingCustomer
BookingPerson
}
|