import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "nf_it_st" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Nf_It_St extends Entity implements Nf_It_StType { /** * Technical entity name for Nf_It_St. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Nf_It_St entity */ static _keys: string[]; /** * Id. */ id: DeserializedType; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Nf Id. * Maximum length: 10. */ nfId: DeserializedType; /** * Num Item. * Maximum length: 6. */ numItem: DeserializedType; /** * Cod Mot Rest Compl. * Maximum length: 5. */ codMotRestCompl: DeserializedType; /** * Dt Es. * Maximum length: 8. */ dtES: DeserializedType; /** * Cod Mod. * Maximum length: 2. */ codMod: DeserializedType; /** * Ind Oper. * Maximum length: 1. */ indOper: DeserializedType; /** * Cod Item. * Maximum length: 60. */ codItem: DeserializedType; /** * Cst Icms. * Maximum length: 3. */ cstIcms: DeserializedType; /** * Cfop. * Maximum length: 4. */ cfop: DeserializedType; /** * Aliq Icms. */ aliqIcms: DeserializedType; /** * Cod Resp Ret. * Maximum length: 1. */ codRespRet: DeserializedType; /** * Cod Da. * Maximum length: 1. */ codDa: DeserializedType; /** * Num Da. * Maximum length: 40. */ numDa: DeserializedType; /** * Quant. */ quant: DeserializedType; /** * Unid. * Maximum length: 6. */ unid: DeserializedType; /** * Vl Unit. */ vlUnit: DeserializedType; /** * Vl Unit Icms Op. */ vlUnitIcmsOp: DeserializedType; /** * Vl Unit Bc Icms St. */ vlUnitBcIcmsSt: DeserializedType; /** * Vl Unit Icms St. */ vlUnitIcmsSt: DeserializedType; /** * Vl Unit Fcp St. */ vlUnitFcpSt: DeserializedType; /** * Vl Un Icms Na Oper. */ vlUnIcmsNaOper: DeserializedType; /** * Vl Un Icms St Stq. */ vlUnIcmsStStq: DeserializedType; /** * Vl Un Fcp Icms St Stq. */ vlUnFcpIcmsStStq: DeserializedType; /** * Vl Un Icms St Rest. */ vlUnIcmsStRest: DeserializedType; /** * Vl Un Fcp St Rest. */ vlUnFcpStRest: DeserializedType; /** * Vl Un Icms St Compl. */ vlUnIcmsStCompl: DeserializedType; /** * Vl Un Fcp St Compl. */ vlUnFcpStCompl: DeserializedType; /** * Ser. * Maximum length: 4. */ ser: DeserializedType; /** * Sub. * Maximum length: 3. */ sub: DeserializedType; /** * Dt Doc. * Maximum length: 8. */ dtDoc: DeserializedType; /** * Vl Un Icms Op Stq. */ vlUnIcmsOpStq: DeserializedType; /** * Ecf Fab. * Maximum length: 21. */ ecfFab: DeserializedType; /** * Chv Dfe. * Maximum length: 44. */ chvDfe: DeserializedType; /** * Ind Devolucao. */ indDevolucao: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Nf_It_StType { id: DeserializedType; empresa: DeserializedType; filial: DeserializedType; nfId: DeserializedType; numItem: DeserializedType; codMotRestCompl: DeserializedType; dtES: DeserializedType; codMod: DeserializedType; indOper: DeserializedType; codItem: DeserializedType; cstIcms: DeserializedType; cfop: DeserializedType; aliqIcms: DeserializedType; codRespRet: DeserializedType; codDa: DeserializedType; numDa: DeserializedType; quant: DeserializedType; unid: DeserializedType; vlUnit: DeserializedType; vlUnitIcmsOp: DeserializedType; vlUnitBcIcmsSt: DeserializedType; vlUnitIcmsSt: DeserializedType; vlUnitFcpSt: DeserializedType; vlUnIcmsNaOper: DeserializedType; vlUnIcmsStStq: DeserializedType; vlUnFcpIcmsStStq: DeserializedType; vlUnIcmsStRest: DeserializedType; vlUnFcpStRest: DeserializedType; vlUnIcmsStCompl: DeserializedType; vlUnFcpStCompl: DeserializedType; ser: DeserializedType; sub: DeserializedType; dtDoc: DeserializedType; vlUnIcmsOpStq: DeserializedType; ecfFab: DeserializedType; chvDfe: DeserializedType; indDevolucao: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Nf_It_St.d.ts.map