import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "aqs_impwh" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Aqs_Impwh extends Entity implements Aqs_ImpwhType { /** * Technical entity name for Aqs_Impwh. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Aqs_Impwh entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Exercicio. * Maximum length: 4. */ exercicio: DeserializedType; /** * Num Lcto. * Maximum length: 11. */ numLcto: DeserializedType; /** * Num Item. * Maximum length: 3. */ numItem: DeserializedType; /** * Codigo Irf. * Maximum length: 2. */ codigoIrf: DeserializedType; /** * Cat Imposto. * Maximum length: 2. */ catImposto: DeserializedType; /** * Retif S 1250. * Maximum length: 1. */ retifS1250: DeserializedType; /** * Ind Opc Cp. * Maximum length: 1. */ indOpcCp: DeserializedType; /** * Ind Aquis. * Maximum length: 1. */ indAquis: DeserializedType; /** * Tipo Contrib. * Maximum length: 1. */ tipoContrib: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Aqs_ImpwhType { empresa: DeserializedType; filial: DeserializedType; exercicio: DeserializedType; numLcto: DeserializedType; numItem: DeserializedType; codigoIrf: DeserializedType; catImposto: DeserializedType; retifS1250: DeserializedType; indOpcCp: DeserializedType; indAquis: DeserializedType; tipoContrib: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Aqs_Impwh.d.ts.map