import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "red_z_st" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Red_Z_St extends Entity implements Red_Z_StType { /** * Technical entity name for Red_Z_St. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Red_Z_St entity */ static _keys: string[]; /** * Id. */ id: DeserializedType; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Dt Doc. * Maximum length: 8. */ dtDoc: DeserializedType; /** * Cod Mod. * Maximum length: 2. */ codMod: DeserializedType; /** * Ecf Mod. * Maximum length: 20. */ ecfMod: DeserializedType; /** * Ecf Fab. * Maximum length: 21. */ ecfFab: DeserializedType; /** * Cod Tot Par. * Maximum length: 7. */ codTotPar: DeserializedType; /** * Nr Tot. * Maximum length: 2. */ nrTot: DeserializedType; /** * Cod Item. * Maximum length: 60. */ codItem: DeserializedType; /** * Quant. */ quant: DeserializedType; /** * Unid. * Maximum length: 6. */ unid: DeserializedType; /** * Cst Icms. * Maximum length: 3. */ cstIcms: DeserializedType; /** * Cfop. * Maximum length: 4. */ cfop: DeserializedType; /** * Vl Unit. */ vlUnit: DeserializedType; /** * Vl Un Icms Na Oper. */ vlUnIcmsNaOper: DeserializedType; /** * Vl Unit Icms Op. */ vlUnitIcmsOp: 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; /** * Cod Mot Rest Compl. * Maximum length: 5. */ codMotRestCompl: DeserializedType; /** * Vl Un Icms Op Stq. */ vlUnIcmsOpStq: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Red_Z_StType { id: DeserializedType; empresa: DeserializedType; filial: DeserializedType; dtDoc: DeserializedType; codMod: DeserializedType; ecfMod: DeserializedType; ecfFab: DeserializedType; codTotPar: DeserializedType; nrTot: DeserializedType; codItem: DeserializedType; quant: DeserializedType; unid: DeserializedType; cstIcms: DeserializedType; cfop: DeserializedType; vlUnit: DeserializedType; vlUnIcmsNaOper: DeserializedType; vlUnitIcmsOp: DeserializedType; vlUnIcmsStStq: DeserializedType; vlUnFcpIcmsStStq: DeserializedType; vlUnIcmsStRest: DeserializedType; vlUnFcpStRest: DeserializedType; vlUnIcmsStCompl: DeserializedType; vlUnFcpStCompl: DeserializedType; codMotRestCompl: DeserializedType; vlUnIcmsOpStq: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Red_Z_St.d.ts.map