- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2
0_Domains
        Yun Chan Clemence Lee edited this page Oct 23, 2017 
        ·
        1 revision
      
    {
  id: number;
  type: 'VENDOR_SUBSCRIPTION' | 'VENDOR_ADDITIONAL' | 'CUSTOMER_SUBSCRIPTION'
  alias: 'Subleaser Access Subscription' | 'Add More Properties' | 'View Contact Subscription'
  pricePerItem: number;
  canHaveMultiple: boolean;
}
{
  id: number;
  title: string;
  startDate: timestamp (YYYY-MM-DDT00:00:00);
  duration: number;
  thumbnail: string (uri);
  pricePerMonth: number;
}