/** * mFangDai * mFangDai web API. * * The version of the OpenAPI document: 1.0.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 type MortgageProduct = '30Yr Fixed' | '15Yr Fixed' | '7Yr ARM' | '5Yr ARM' | 'OTHER'; export const MortgageProduct = { _30YrFixed: '30Yr Fixed' as MortgageProduct, _15YrFixed: '15Yr Fixed' as MortgageProduct, _7YrArm: '7Yr ARM' as MortgageProduct, _5YrArm: '5Yr ARM' as MortgageProduct, Other: 'OTHER' as MortgageProduct };