import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "nf_luc_pr" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Nf_Luc_Pr extends Entity implements Nf_Luc_PrType { /** * Technical entity name for Nf_Luc_Pr. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Nf_Luc_Pr entity */ static _keys: string[]; /** * Num Lcto. * Maximum length: 11. */ numLcto: DeserializedType; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Cod Mod. * Maximum length: 2. */ codMod: DeserializedType; /** * Ser. * Maximum length: 4. */ ser: DeserializedType; /** * Sub Ser. * Maximum length: 20. */ subSer: DeserializedType; /** * Cod Sit. * Maximum length: 2. */ codSit: DeserializedType; /** * Vl Tot Rec. */ vlTotRec: DeserializedType; /** * Quant Doc. * Maximum length: 10. */ quantDoc: DeserializedType; /** * Cst Pis. * Maximum length: 2. */ cstPis: DeserializedType; /** * Cst Cofins. * Maximum length: 2. */ cstCofins: DeserializedType; /** * Cfop. * Maximum length: 4. */ cfop: DeserializedType; /** * Inf Compl. * Maximum length: 255. */ infCompl: DeserializedType; /** * Cod Cta. * Maximum length: 60. */ codCta: DeserializedType; /** * Per Ref. * Maximum length: 6. */ perRef: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Nf_Luc_PrType { numLcto: DeserializedType; empresa: DeserializedType; filial: DeserializedType; codMod: DeserializedType; ser: DeserializedType; subSer: DeserializedType; codSit: DeserializedType; vlTotRec: DeserializedType; quantDoc: DeserializedType; cstPis: DeserializedType; cstCofins: DeserializedType; cfop: DeserializedType; infCompl: DeserializedType; codCta: DeserializedType; perRef: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Nf_Luc_Pr.d.ts.map