Files
alpinebits_python/src/alpine_bits_python/generated/__init__.py
2025-09-25 09:47:38 +02:00

162 lines
4.1 KiB
Python

from .alpinebits import (
BaseByGuestAmtType,
BookingRuleCodeContext,
CommentName1,
CommentName2,
ContactInfoLocation,
DefSendComplete,
DescriptionName,
DescriptionTextFormat1,
DescriptionTextFormat2,
DiscountPercent,
ErrorStatus,
ErrorType,
EventIdType,
GuestFirstQualifyingPosition,
HotelReservationResStatus,
ImageItemCategory,
InvCountCountType,
LengthOfStayMinMaxMessageType1,
LengthOfStayMinMaxMessageType2,
LengthOfStayTimeUnit,
MealsIncludedMealPlanCodes,
MealsIncludedMealPlanIndicator,
MultimediaDescriptionInfoCode1,
MultimediaDescriptionInfoCode2,
OccupancyAgeQualifyingCode,
OtaHotelDescriptiveContentNotifRq,
OtaHotelDescriptiveContentNotifRs,
OtaHotelDescriptiveInfoRq,
OtaHotelDescriptiveInfoRs,
OtaHotelInvCountNotifRq,
OtaHotelInvCountNotifRs,
OtaHotelPostEventNotifRq,
OtaHotelPostEventNotifRs,
OtaHotelRatePlanNotifRq,
OtaHotelRatePlanNotifRs,
OtaHotelRatePlanRq,
OtaHotelRatePlanRs,
OtaHotelResNotifRq,
OtaHotelResNotifRs,
OtaNotifReportRq,
OtaNotifReportRs,
OtaPingRq,
OtaPingRs,
OtaReadRq,
OtaResRetrieveRs,
PositionAltitudeUnitOfMeasureCode,
PrerequisiteInventoryInvType,
ProfileProfileType,
RateDescriptionName,
RatePlanRatePlanNotifType,
RatePlanRatePlanType,
RateRateTimeUnit,
RestrictionStatusRestriction,
RestrictionStatusStatus,
RoomTypeRoomType,
ServiceMealPlanCode,
ServiceServiceCategoryCode,
ServiceServicePricingType,
ServiceType,
SpecialRequestCodeContext,
StayRequirementStayContext,
SupplementAddToBasicRateIndicator,
SupplementChargeTypeCode,
SupplementInvType,
TaxPolicyChargeFrequency,
TaxPolicyChargeUnit,
TaxPolicyCode,
TextTextFormat1,
TextTextFormat2,
TimeUnitType,
TypeRoomRoomType,
UniqueIdInstance,
UniqueIdType1,
UniqueIdType2,
UniqueIdType3,
UrlType,
VideoItemCategory,
WarningStatus,
)
__all__ = [
"BaseByGuestAmtType",
"BookingRuleCodeContext",
"CommentName1",
"CommentName2",
"ContactInfoLocation",
"DescriptionName",
"DescriptionTextFormat1",
"DescriptionTextFormat2",
"DiscountPercent",
"ErrorStatus",
"ErrorType",
"EventIdType",
"GuestFirstQualifyingPosition",
"HotelReservationResStatus",
"ImageItemCategory",
"InvCountCountType",
"LengthOfStayMinMaxMessageType1",
"LengthOfStayMinMaxMessageType2",
"LengthOfStayTimeUnit",
"MealsIncludedMealPlanCodes",
"MealsIncludedMealPlanIndicator",
"MultimediaDescriptionInfoCode1",
"MultimediaDescriptionInfoCode2",
"OtaHotelDescriptiveContentNotifRq",
"OtaHotelDescriptiveContentNotifRs",
"OtaHotelDescriptiveInfoRq",
"OtaHotelDescriptiveInfoRs",
"OtaHotelInvCountNotifRq",
"OtaHotelInvCountNotifRs",
"OtaHotelPostEventNotifRq",
"OtaHotelPostEventNotifRs",
"OtaHotelRatePlanNotifRq",
"OtaHotelRatePlanNotifRs",
"OtaHotelRatePlanRq",
"OtaHotelRatePlanRs",
"OtaHotelResNotifRq",
"OtaHotelResNotifRs",
"OtaNotifReportRq",
"OtaNotifReportRs",
"OtaPingRq",
"OtaPingRs",
"OtaReadRq",
"OtaResRetrieveRs",
"OccupancyAgeQualifyingCode",
"PositionAltitudeUnitOfMeasureCode",
"PrerequisiteInventoryInvType",
"ProfileProfileType",
"RateDescriptionName",
"RatePlanRatePlanNotifType",
"RatePlanRatePlanType",
"RateRateTimeUnit",
"RestrictionStatusRestriction",
"RestrictionStatusStatus",
"RoomTypeRoomType",
"ServiceMealPlanCode",
"ServiceServiceCategoryCode",
"ServiceServicePricingType",
"ServiceType",
"SpecialRequestCodeContext",
"StayRequirementStayContext",
"SupplementAddToBasicRateIndicator",
"SupplementChargeTypeCode",
"SupplementInvType",
"TaxPolicyChargeFrequency",
"TaxPolicyChargeUnit",
"TaxPolicyCode",
"TextTextFormat1",
"TextTextFormat2",
"TimeUnitType",
"TypeRoomRoomType",
"UrlType",
"UniqueIdInstance",
"UniqueIdType1",
"UniqueIdType2",
"UniqueIdType3",
"VideoItemCategory",
"WarningStatus",
"DefSendComplete",
]