@goboomtown/entities
Version:
entities in typescript format. This includes: - Customer
15 lines (14 loc) • 397 B
TypeScript
/**
* Interface defining the property object that describes the cases metadata.
*
* @see [CasesMetaData](https://github.com/goboomtown/entities-ts/tree/master/docs)
*
* @OvationCXMApi
*/
export interface CasesMetaData {
preferredInstallDate?: string;
preferredTimeFrame?: string;
alternateInstallDate?: string;
alternateTimeFrame?: string;
numberOfPosDevices?: number;
}