feat: SW-1588 Optimized rate title
This commit is contained in:
@@ -23,11 +23,12 @@ export type FlexibilityOptionProps = {
|
||||
roomType: RoomConfiguration["roomType"]
|
||||
roomTypeCode: RoomConfiguration["roomTypeCode"]
|
||||
title: string
|
||||
rateTitle?: string // This is for special rates via booking codes
|
||||
rateTitle?: string // This is for the rates via booking codes
|
||||
}
|
||||
|
||||
export interface PriceListProps {
|
||||
publicPrice?: ProductPrice | Record<string, never>
|
||||
memberPrice?: ProductPrice | Record<string, never>
|
||||
petRoomPackage?: RoomPackage
|
||||
rateTitle?: string // This is for the rates via booking codes
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user