@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
63 lines • 2.4 kB
TypeScript
/**
* API v4
* Swagger documentation for API v4
*
* The version of the OpenAPI document: 4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
*
* @export
* @interface SoSUnitEntityUtilitiesTenantResponsibility
*/
export interface SoSUnitEntityUtilitiesTenantResponsibility {
/**
* Whether tenant is responsible for gas utilities
* @type {boolean}
* @memberof SoSUnitEntityUtilitiesTenantResponsibility
*/
gas: boolean;
/**
* Whether tenant is responsible for sewer utilities
* @type {boolean}
* @memberof SoSUnitEntityUtilitiesTenantResponsibility
*/
sewer: boolean;
/**
* Whether tenant is responsible for trash collection
* @type {boolean}
* @memberof SoSUnitEntityUtilitiesTenantResponsibility
*/
trash: boolean;
/**
* Whether tenant is responsible for water utilities
* @type {boolean}
* @memberof SoSUnitEntityUtilitiesTenantResponsibility
*/
water: boolean;
/**
* Whether tenant is responsible for appliances
* @type {boolean}
* @memberof SoSUnitEntityUtilitiesTenantResponsibility
*/
appliances: boolean;
/**
* Whether tenant is responsible for electricity utilities
* @type {boolean}
* @memberof SoSUnitEntityUtilitiesTenantResponsibility
*/
electricity: boolean;
}
/**
* Check if a given object implements the SoSUnitEntityUtilitiesTenantResponsibility interface.
*/
export declare function instanceOfSoSUnitEntityUtilitiesTenantResponsibility(value: object): value is SoSUnitEntityUtilitiesTenantResponsibility;
export declare function SoSUnitEntityUtilitiesTenantResponsibilityFromJSON(json: any): SoSUnitEntityUtilitiesTenantResponsibility;
export declare function SoSUnitEntityUtilitiesTenantResponsibilityFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSUnitEntityUtilitiesTenantResponsibility;
export declare function SoSUnitEntityUtilitiesTenantResponsibilityToJSON(json: any): SoSUnitEntityUtilitiesTenantResponsibility;
export declare function SoSUnitEntityUtilitiesTenantResponsibilityToJSONTyped(value?: SoSUnitEntityUtilitiesTenantResponsibility | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=SoSUnitEntityUtilitiesTenantResponsibility.d.ts.map