| @@ 5-21 (lines=17) @@ | ||
| 2 | ||
| 3 | namespace Gueststream\PMS\IQWare\API; |
|
| 4 | ||
| 5 | class OwnerReservationRBOValidity |
|
| 6 | { |
|
| 7 | const __default = 'Valid'; |
|
| 8 | const Valid = 'Valid'; |
|
| 9 | const InvalidUnknown = 'InvalidUnknown'; |
|
| 10 | const InvalidRestricted = 'InvalidRestricted'; |
|
| 11 | const InvalidRoomTypeSoldOut = 'InvalidRoomTypeSoldOut'; |
|
| 12 | const InvalidUnitSold = 'InvalidUnitSold'; |
|
| 13 | const InvalidEvaluation = 'InvalidEvaluation'; |
|
| 14 | const InvalidYieldClosedOnStay = 'InvalidYieldClosedOnStay'; |
|
| 15 | const InvalidYieldClosedOnStayExcept = 'InvalidYieldClosedOnStayExcept'; |
|
| 16 | const InvalidYieldClosedForArrival = 'InvalidYieldClosedForArrival'; |
|
| 17 | const InvalidYieldClosedForArrivalExcept = 'InvalidYieldClosedForArrivalExcept'; |
|
| 18 | const InvalidOwnerInfo = 'InvalidOwnerInfo'; |
|
| 19 | const InvalidSuiteID = 'InvalidSuiteID'; |
|
| 20 | const InvalidBookingOutsideValidContractDates = 'InvalidBookingOutsideValidContractDates'; |
|
| 21 | } |
|
| 22 | ||
| @@ 5-21 (lines=17) @@ | ||
| 2 | ||
| 3 | namespace Gueststream\PMS\IQWare\API; |
|
| 4 | ||
| 5 | class OwnerReservationValidity |
|
| 6 | { |
|
| 7 | const __default = 'Valid'; |
|
| 8 | const Valid = 'Valid'; |
|
| 9 | const InvalidUnknown = 'InvalidUnknown'; |
|
| 10 | const InvalidRestricted = 'InvalidRestricted'; |
|
| 11 | const InvalidRoomTypeSoldOut = 'InvalidRoomTypeSoldOut'; |
|
| 12 | const InvalidUnitSold = 'InvalidUnitSold'; |
|
| 13 | const InvalidEvaluation = 'InvalidEvaluation'; |
|
| 14 | const InvalidYieldClosedOnStay = 'InvalidYieldClosedOnStay'; |
|
| 15 | const InvalidYieldClosedOnStayExcept = 'InvalidYieldClosedOnStayExcept'; |
|
| 16 | const InvalidYieldClosedForArrival = 'InvalidYieldClosedForArrival'; |
|
| 17 | const InvalidYieldClosedForArrivalExcept = 'InvalidYieldClosedForArrivalExcept'; |
|
| 18 | const InvalidOwnerInfo = 'InvalidOwnerInfo'; |
|
| 19 | const InvalidSuiteID = 'InvalidSuiteID'; |
|
| 20 | const InvalidBookingOutsideValidContractDates = 'InvalidBookingOutsideValidContractDates'; |
|
| 21 | } |
|
| 22 | ||