import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "icmst_apu" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Icmst_Apu extends Entity implements Icmst_ApuType { /** * Technical entity name for Icmst_Apu. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Icmst_Apu entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Uf. * Maximum length: 2. */ uf: DeserializedType; /** * Periodo. * Maximum length: 2. */ periodo: DeserializedType; /** * Ano. * Maximum length: 4. */ ano: DeserializedType; /** * Ind Mov St. * Maximum length: 1. */ indMovSt: DeserializedType; /** * Vl Sld Cred Ant St. */ vlSldCredAntSt: DeserializedType; /** * Vl Devol St. */ vlDevolSt: DeserializedType; /** * Vl Ressarc St. */ vlRessarcSt: DeserializedType; /** * Vl Out Cred St. */ vlOutCredSt: DeserializedType; /** * Vl Aj Creditos St. */ vlAjCreditosSt: DeserializedType; /** * Vl Retencao St. */ vlRetencaoSt: DeserializedType; /** * Vl Out Deb St. */ vlOutDebSt: DeserializedType; /** * Vl Aj Debitos St. */ vlAjDebitosSt: DeserializedType; /** * Vl Sld Dev Ant St. */ vlSldDevAntSt: DeserializedType; /** * Vl Deducoes St. */ vlDeducoesSt: DeserializedType; /** * Vl Icms Recol St. */ vlIcmsRecolSt: DeserializedType; /** * Vl Sld Cred St Transportar. */ vlSldCredStTransportar: DeserializedType; /** * Deb Esp St. */ debEspSt: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Icmst_ApuType { empresa: DeserializedType; filial: DeserializedType; uf: DeserializedType; periodo: DeserializedType; ano: DeserializedType; indMovSt: DeserializedType; vlSldCredAntSt: DeserializedType; vlDevolSt: DeserializedType; vlRessarcSt: DeserializedType; vlOutCredSt: DeserializedType; vlAjCreditosSt: DeserializedType; vlRetencaoSt: DeserializedType; vlOutDebSt: DeserializedType; vlAjDebitosSt: DeserializedType; vlSldDevAntSt: DeserializedType; vlDeducoesSt: DeserializedType; vlIcmsRecolSt: DeserializedType; vlSldCredStTransportar: DeserializedType; debEspSt: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Icmst_Apu.d.ts.map