@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
75 lines • 2.17 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 V4CountiesUpdateCountyBodyDto
*/
export interface V4CountiesUpdateCountyBodyDto {
/**
*
* @type {string}
* @memberof V4CountiesUpdateCountyBodyDto
*/
name?: string;
/**
*
* @type {string}
* @memberof V4CountiesUpdateCountyBodyDto
*/
attomNeighborhoodComunityData?: string;
/**
*
* @type {string}
* @memberof V4CountiesUpdateCountyBodyDto
*/
taxRate?: string;
/**
*
* @type {string}
* @memberof V4CountiesUpdateCountyBodyDto
*/
titleInsurancePercentage: string;
/**
*
* @type {string}
* @memberof V4CountiesUpdateCountyBodyDto
*/
titleInsuranceBuyerApportionment?: string;
/**
*
* @type {string}
* @memberof V4CountiesUpdateCountyBodyDto
*/
transferTaxPercentage: string;
/**
*
* @type {string}
* @memberof V4CountiesUpdateCountyBodyDto
*/
transferTaxBuyerApportionment: string;
/**
*
* @type {number}
* @memberof V4CountiesUpdateCountyBodyDto
*/
organizationId?: number;
}
/**
* Check if a given object implements the V4CountiesUpdateCountyBodyDto interface.
*/
export declare function instanceOfV4CountiesUpdateCountyBodyDto(value: object): value is V4CountiesUpdateCountyBodyDto;
export declare function V4CountiesUpdateCountyBodyDtoFromJSON(json: any): V4CountiesUpdateCountyBodyDto;
export declare function V4CountiesUpdateCountyBodyDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4CountiesUpdateCountyBodyDto;
export declare function V4CountiesUpdateCountyBodyDtoToJSON(json: any): V4CountiesUpdateCountyBodyDto;
export declare function V4CountiesUpdateCountyBodyDtoToJSONTyped(value?: V4CountiesUpdateCountyBodyDto | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=V4CountiesUpdateCountyBodyDto.d.ts.map