/* tslint:disable */ /* eslint-disable */ /** * Constant Contact API v3 * Swagger build version 3.0.2475 * * The version of the OpenAPI document: 1.0.116 * Contact: webservices@constantcontact.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * The usage tier that is associated with a client\'s Constant Contact account and is used to calculate the monthly billing price. * @export * @interface TierObject */ export interface TierObject { /** * Identifies the tier usage type that is associated with the billing plan. * @type {string} * @memberof TierObject */ 'usage_type'?: string; /** * The number of active contacts (default) used within the current tier. * @type {number} * @memberof TierObject */ 'current_usage'?: number; /** * The billing tier level that is associated with a client account. By default, the system determines the tier level to use based on the number of active contacts currently in the client account at the time of billing. Billing tiers may differ. The following shows an example billing tier:
1 = 0 - 500 contacts2 = 501 - 1000 contacts3 = 1001 - ...