github.com/yaegashi/msgraph.go@v0.1.4/beta/EnumBooking.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // BookingInvoiceStatus undocumented
     6  type BookingInvoiceStatus string
     7  
     8  const (
     9  	// BookingInvoiceStatusVDraft undocumented
    10  	BookingInvoiceStatusVDraft BookingInvoiceStatus = "draft"
    11  	// BookingInvoiceStatusVReviewing undocumented
    12  	BookingInvoiceStatusVReviewing BookingInvoiceStatus = "reviewing"
    13  	// BookingInvoiceStatusVOpen undocumented
    14  	BookingInvoiceStatusVOpen BookingInvoiceStatus = "open"
    15  	// BookingInvoiceStatusVCanceled undocumented
    16  	BookingInvoiceStatusVCanceled BookingInvoiceStatus = "canceled"
    17  	// BookingInvoiceStatusVPaid undocumented
    18  	BookingInvoiceStatusVPaid BookingInvoiceStatus = "paid"
    19  	// BookingInvoiceStatusVCorrective undocumented
    20  	BookingInvoiceStatusVCorrective BookingInvoiceStatus = "corrective"
    21  )
    22  
    23  var (
    24  	// BookingInvoiceStatusPDraft is a pointer to BookingInvoiceStatusVDraft
    25  	BookingInvoiceStatusPDraft = &_BookingInvoiceStatusPDraft
    26  	// BookingInvoiceStatusPReviewing is a pointer to BookingInvoiceStatusVReviewing
    27  	BookingInvoiceStatusPReviewing = &_BookingInvoiceStatusPReviewing
    28  	// BookingInvoiceStatusPOpen is a pointer to BookingInvoiceStatusVOpen
    29  	BookingInvoiceStatusPOpen = &_BookingInvoiceStatusPOpen
    30  	// BookingInvoiceStatusPCanceled is a pointer to BookingInvoiceStatusVCanceled
    31  	BookingInvoiceStatusPCanceled = &_BookingInvoiceStatusPCanceled
    32  	// BookingInvoiceStatusPPaid is a pointer to BookingInvoiceStatusVPaid
    33  	BookingInvoiceStatusPPaid = &_BookingInvoiceStatusPPaid
    34  	// BookingInvoiceStatusPCorrective is a pointer to BookingInvoiceStatusVCorrective
    35  	BookingInvoiceStatusPCorrective = &_BookingInvoiceStatusPCorrective
    36  )
    37  
    38  var (
    39  	_BookingInvoiceStatusPDraft      = BookingInvoiceStatusVDraft
    40  	_BookingInvoiceStatusPReviewing  = BookingInvoiceStatusVReviewing
    41  	_BookingInvoiceStatusPOpen       = BookingInvoiceStatusVOpen
    42  	_BookingInvoiceStatusPCanceled   = BookingInvoiceStatusVCanceled
    43  	_BookingInvoiceStatusPPaid       = BookingInvoiceStatusVPaid
    44  	_BookingInvoiceStatusPCorrective = BookingInvoiceStatusVCorrective
    45  )
    46  
    47  // BookingPriceType undocumented
    48  type BookingPriceType string
    49  
    50  const (
    51  	// BookingPriceTypeVUndefined undocumented
    52  	BookingPriceTypeVUndefined BookingPriceType = "undefined"
    53  	// BookingPriceTypeVFixedPrice undocumented
    54  	BookingPriceTypeVFixedPrice BookingPriceType = "fixedPrice"
    55  	// BookingPriceTypeVStartingAt undocumented
    56  	BookingPriceTypeVStartingAt BookingPriceType = "startingAt"
    57  	// BookingPriceTypeVHourly undocumented
    58  	BookingPriceTypeVHourly BookingPriceType = "hourly"
    59  	// BookingPriceTypeVFree undocumented
    60  	BookingPriceTypeVFree BookingPriceType = "free"
    61  	// BookingPriceTypeVPriceVaries undocumented
    62  	BookingPriceTypeVPriceVaries BookingPriceType = "priceVaries"
    63  	// BookingPriceTypeVCallUs undocumented
    64  	BookingPriceTypeVCallUs BookingPriceType = "callUs"
    65  	// BookingPriceTypeVNotSet undocumented
    66  	BookingPriceTypeVNotSet BookingPriceType = "notSet"
    67  )
    68  
    69  var (
    70  	// BookingPriceTypePUndefined is a pointer to BookingPriceTypeVUndefined
    71  	BookingPriceTypePUndefined = &_BookingPriceTypePUndefined
    72  	// BookingPriceTypePFixedPrice is a pointer to BookingPriceTypeVFixedPrice
    73  	BookingPriceTypePFixedPrice = &_BookingPriceTypePFixedPrice
    74  	// BookingPriceTypePStartingAt is a pointer to BookingPriceTypeVStartingAt
    75  	BookingPriceTypePStartingAt = &_BookingPriceTypePStartingAt
    76  	// BookingPriceTypePHourly is a pointer to BookingPriceTypeVHourly
    77  	BookingPriceTypePHourly = &_BookingPriceTypePHourly
    78  	// BookingPriceTypePFree is a pointer to BookingPriceTypeVFree
    79  	BookingPriceTypePFree = &_BookingPriceTypePFree
    80  	// BookingPriceTypePPriceVaries is a pointer to BookingPriceTypeVPriceVaries
    81  	BookingPriceTypePPriceVaries = &_BookingPriceTypePPriceVaries
    82  	// BookingPriceTypePCallUs is a pointer to BookingPriceTypeVCallUs
    83  	BookingPriceTypePCallUs = &_BookingPriceTypePCallUs
    84  	// BookingPriceTypePNotSet is a pointer to BookingPriceTypeVNotSet
    85  	BookingPriceTypePNotSet = &_BookingPriceTypePNotSet
    86  )
    87  
    88  var (
    89  	_BookingPriceTypePUndefined   = BookingPriceTypeVUndefined
    90  	_BookingPriceTypePFixedPrice  = BookingPriceTypeVFixedPrice
    91  	_BookingPriceTypePStartingAt  = BookingPriceTypeVStartingAt
    92  	_BookingPriceTypePHourly      = BookingPriceTypeVHourly
    93  	_BookingPriceTypePFree        = BookingPriceTypeVFree
    94  	_BookingPriceTypePPriceVaries = BookingPriceTypeVPriceVaries
    95  	_BookingPriceTypePCallUs      = BookingPriceTypeVCallUs
    96  	_BookingPriceTypePNotSet      = BookingPriceTypeVNotSet
    97  )
    98  
    99  // BookingReminderRecipients undocumented
   100  type BookingReminderRecipients string
   101  
   102  const (
   103  	// BookingReminderRecipientsVAllAttendees undocumented
   104  	BookingReminderRecipientsVAllAttendees BookingReminderRecipients = "allAttendees"
   105  	// BookingReminderRecipientsVStaff undocumented
   106  	BookingReminderRecipientsVStaff BookingReminderRecipients = "staff"
   107  	// BookingReminderRecipientsVCustomer undocumented
   108  	BookingReminderRecipientsVCustomer BookingReminderRecipients = "customer"
   109  )
   110  
   111  var (
   112  	// BookingReminderRecipientsPAllAttendees is a pointer to BookingReminderRecipientsVAllAttendees
   113  	BookingReminderRecipientsPAllAttendees = &_BookingReminderRecipientsPAllAttendees
   114  	// BookingReminderRecipientsPStaff is a pointer to BookingReminderRecipientsVStaff
   115  	BookingReminderRecipientsPStaff = &_BookingReminderRecipientsPStaff
   116  	// BookingReminderRecipientsPCustomer is a pointer to BookingReminderRecipientsVCustomer
   117  	BookingReminderRecipientsPCustomer = &_BookingReminderRecipientsPCustomer
   118  )
   119  
   120  var (
   121  	_BookingReminderRecipientsPAllAttendees = BookingReminderRecipientsVAllAttendees
   122  	_BookingReminderRecipientsPStaff        = BookingReminderRecipientsVStaff
   123  	_BookingReminderRecipientsPCustomer     = BookingReminderRecipientsVCustomer
   124  )
   125  
   126  // BookingStaffRole undocumented
   127  type BookingStaffRole string
   128  
   129  const (
   130  	// BookingStaffRoleVGuest undocumented
   131  	BookingStaffRoleVGuest BookingStaffRole = "guest"
   132  	// BookingStaffRoleVAdministrator undocumented
   133  	BookingStaffRoleVAdministrator BookingStaffRole = "administrator"
   134  	// BookingStaffRoleVViewer undocumented
   135  	BookingStaffRoleVViewer BookingStaffRole = "viewer"
   136  	// BookingStaffRoleVExternalGuest undocumented
   137  	BookingStaffRoleVExternalGuest BookingStaffRole = "externalGuest"
   138  )
   139  
   140  var (
   141  	// BookingStaffRolePGuest is a pointer to BookingStaffRoleVGuest
   142  	BookingStaffRolePGuest = &_BookingStaffRolePGuest
   143  	// BookingStaffRolePAdministrator is a pointer to BookingStaffRoleVAdministrator
   144  	BookingStaffRolePAdministrator = &_BookingStaffRolePAdministrator
   145  	// BookingStaffRolePViewer is a pointer to BookingStaffRoleVViewer
   146  	BookingStaffRolePViewer = &_BookingStaffRolePViewer
   147  	// BookingStaffRolePExternalGuest is a pointer to BookingStaffRoleVExternalGuest
   148  	BookingStaffRolePExternalGuest = &_BookingStaffRolePExternalGuest
   149  )
   150  
   151  var (
   152  	_BookingStaffRolePGuest         = BookingStaffRoleVGuest
   153  	_BookingStaffRolePAdministrator = BookingStaffRoleVAdministrator
   154  	_BookingStaffRolePViewer        = BookingStaffRoleVViewer
   155  	_BookingStaffRolePExternalGuest = BookingStaffRoleVExternalGuest
   156  )
   157  
   158  // BookingType undocumented
   159  type BookingType string
   160  
   161  const (
   162  	// BookingTypeVUnknown undocumented
   163  	BookingTypeVUnknown BookingType = "unknown"
   164  	// BookingTypeVStandard undocumented
   165  	BookingTypeVStandard BookingType = "standard"
   166  	// BookingTypeVReserved undocumented
   167  	BookingTypeVReserved BookingType = "reserved"
   168  )
   169  
   170  var (
   171  	// BookingTypePUnknown is a pointer to BookingTypeVUnknown
   172  	BookingTypePUnknown = &_BookingTypePUnknown
   173  	// BookingTypePStandard is a pointer to BookingTypeVStandard
   174  	BookingTypePStandard = &_BookingTypePStandard
   175  	// BookingTypePReserved is a pointer to BookingTypeVReserved
   176  	BookingTypePReserved = &_BookingTypePReserved
   177  )
   178  
   179  var (
   180  	_BookingTypePUnknown  = BookingTypeVUnknown
   181  	_BookingTypePStandard = BookingTypeVStandard
   182  	_BookingTypePReserved = BookingTypeVReserved
   183  )