import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "nfs_ufunc" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Nfs_Ufunc extends Entity implements Nfs_UfuncType { /** * Technical entity name for Nfs_Ufunc. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Nfs_Ufunc entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Dt Reg. * Maximum length: 6. */ dtReg: DeserializedType; /** * Cpf. * Maximum length: 11. */ cpf: DeserializedType; /** * Nome. * Maximum length: 100. */ nome: DeserializedType; /** * Ind Prof. * Maximum length: 1. */ indProf: DeserializedType; /** * Ind Esc. * Maximum length: 1. */ indEsc: DeserializedType; /** * Ind Soc. * Maximum length: 1. */ indSoc: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Nfs_UfuncType { empresa: DeserializedType; filial: DeserializedType; dtReg: DeserializedType; cpf: DeserializedType; nome: DeserializedType; indProf: DeserializedType; indEsc: DeserializedType; indSoc: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Nfs_Ufunc.d.ts.map