export interface IRentalPriceAttr {
  PriceId: string;
  RetailPrice: number;
  Currency: string;
  PromoCode: string;
  Remarks: string;
}
