import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "nf_loc_ce" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Nf_Loc_Ce extends Entity implements Nf_Loc_CeType { /** * Technical entity name for Nf_Loc_Ce. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Nf_Loc_Ce entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Nf Id. * Maximum length: 10. */ nfId: DeserializedType; /** * Inf Text. * Maximum length: 255. */ infText: DeserializedType; /** * Ind Carga. * Maximum length: 1. */ indCarga: DeserializedType; /** * Cnpj Col. * Maximum length: 14. */ cnpjCol: DeserializedType; /** * Ie Col. * Maximum length: 14. */ ieCol: DeserializedType; /** * Cpf Col. * Maximum length: 11. */ cpfCol: DeserializedType; /** * Cod Mun Col. * Maximum length: 7. */ codMunCol: DeserializedType; /** * Cnpj Entg. * Maximum length: 14. */ cnpjEntg: DeserializedType; /** * Ie Entg. * Maximum length: 14. */ ieEntg: DeserializedType; /** * Cpf Entg. * Maximum length: 11. */ cpfEntg: DeserializedType; /** * Cod Mun Entg. * Maximum length: 7. */ codMunEntg: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Nf_Loc_CeType { empresa: DeserializedType; filial: DeserializedType; nfId: DeserializedType; infText: DeserializedType; indCarga: DeserializedType; cnpjCol: DeserializedType; ieCol: DeserializedType; cpfCol: DeserializedType; codMunCol: DeserializedType; cnpjEntg: DeserializedType; ieEntg: DeserializedType; cpfEntg: DeserializedType; codMunEntg: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Nf_Loc_Ce.d.ts.map