Skip to content

0_Domains

Yun Chan Clemence Lee edited this page Oct 23, 2017 · 1 revision

Pricing

{
  id: number;
  type: 'VENDOR_SUBSCRIPTION' | 'VENDOR_ADDITIONAL' | 'CUSTOMER_SUBSCRIPTION'
  alias: 'Subleaser Access Subscription' | 'Add More Properties' | 'View Contact Subscription'
  pricePerItem: number;
  canHaveMultiple: boolean;
}

PropertySummary

{
  id: number;
  title: string;
  startDate: timestamp (YYYY-MM-DDT00:00:00);
  duration: number;
  thumbnail: string (uri);
  pricePerMonth: number;
}
Clone this wiki locally