UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

45 lines 1.61 kB
/** * 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 SoSRelOrganizationZipcodeEntityBase */ export interface SoSRelOrganizationZipcodeEntityBase { /** * * @type {number} * @memberof SoSRelOrganizationZipcodeEntityBase */ organizationid: number; /** * * @type {string} * @memberof SoSRelOrganizationZipcodeEntityBase */ zipcodeId: string; /** * * @type {boolean} * @memberof SoSRelOrganizationZipcodeEntityBase */ blacklisted: boolean; } /** * Check if a given object implements the SoSRelOrganizationZipcodeEntityBase interface. */ export declare function instanceOfSoSRelOrganizationZipcodeEntityBase(value: object): value is SoSRelOrganizationZipcodeEntityBase; export declare function SoSRelOrganizationZipcodeEntityBaseFromJSON(json: any): SoSRelOrganizationZipcodeEntityBase; export declare function SoSRelOrganizationZipcodeEntityBaseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSRelOrganizationZipcodeEntityBase; export declare function SoSRelOrganizationZipcodeEntityBaseToJSON(json: any): SoSRelOrganizationZipcodeEntityBase; export declare function SoSRelOrganizationZipcodeEntityBaseToJSONTyped(value?: SoSRelOrganizationZipcodeEntityBase | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SoSRelOrganizationZipcodeEntityBase.d.ts.map