import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "nf_ter_fa" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Nf_Ter_Fa extends Entity implements Nf_Ter_FaType { /** * Technical entity name for Nf_Ter_Fa. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Nf_Ter_Fa entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Nf Id. * Maximum length: 10. */ nfId: DeserializedType; /** * Ind Serv. * Maximum length: 1. */ indServ: DeserializedType; /** * Per Fiscal. * Maximum length: 6. */ perFiscal: DeserializedType; /** * Dt Ini Serv. * Maximum length: 8. */ dtIniServ: DeserializedType; /** * Dt Fin Serv. * Maximum length: 8. */ dtFinServ: DeserializedType; /** * Cod Area. * Maximum length: 255. */ codArea: DeserializedType; /** * Terminal. * Maximum length: 255. */ terminal: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Nf_Ter_FaType { empresa: DeserializedType; filial: DeserializedType; nfId: DeserializedType; indServ: DeserializedType; perFiscal: DeserializedType; dtIniServ: DeserializedType; dtFinServ: DeserializedType; codArea: DeserializedType; terminal: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Nf_Ter_Fa.d.ts.map