blob: 4faf328d329fab86bb2595d6ceeb9dcb4af87b88 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// 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"`
}
|