UNPKG

wallee

Version:
27 lines (26 loc) 670 B
declare class AbstractSubscriptionMetricUpdate { /** * The localized description of the metric that is displayed to the customer. */ 'description'?: { [key: string]: string; }; /** * The localized name of the metric that is displayed to the customer. */ 'name'?: { [key: string]: string; }; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; } export { AbstractSubscriptionMetricUpdate };