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