import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "icms_dif" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Icms_Dif extends Entity implements Icms_DifType { /** * Technical entity name for Icms_Dif. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Icms_Dif entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Per Ref. * Maximum length: 6. */ perRef: DeserializedType; /** * Uf. * Maximum length: 2. */ uf: DeserializedType; /** * Ind Mov Difal. * Maximum length: 1. */ indMovDifal: DeserializedType; /** * Vl Sld Cred Ant Difal. */ vlSldCredAntDifal: DeserializedType; /** * Vl Tot Debitos Difal. */ vlTotDebitosDifal: DeserializedType; /** * Vl Out Deb Difal. */ vlOutDebDifal: DeserializedType; /** * Vl Tot Deb Fcp. */ vlTotDebFcp: DeserializedType; /** * Vl Tot Creditos Difal. */ vlTotCreditosDifal: DeserializedType; /** * Vl Tot Cred Fcp. */ vlTotCredFcp: DeserializedType; /** * Vl Out Cred Difal. */ vlOutCredDifal: DeserializedType; /** * Vl Sld Dev Ant Difal. */ vlSldDevAntDifal: DeserializedType; /** * Vl Deducoes Difal. */ vlDeducoesDifal: DeserializedType; /** * Vl Recol. */ vlRecol: DeserializedType; /** * Vl Sld Cred Transportar. */ vlSldCredTransportar: DeserializedType; /** * Deb Esp Difal. */ debEspDifal: DeserializedType; /** * Ind Mov Fcp Difal. * Maximum length: 1. */ indMovFcpDifal: DeserializedType; /** * Vl Recol Difal. */ vlRecolDifal: DeserializedType; /** * Vl Sld Cred Transportar Difal. */ vlSldCredTransportarDifal: DeserializedType; /** * Vl Sld Cred Ant Fcp. */ vlSldCredAntFcp: DeserializedType; /** * Vl Out Deb Fcp. */ vlOutDebFcp: DeserializedType; /** * Vl Sld Dev Ant Fcp. */ vlSldDevAntFcp: DeserializedType; /** * Vl Deducoes Fcp. */ vlDeducoesFcp: DeserializedType; /** * Vl Recol Fcp. */ vlRecolFcp: DeserializedType; /** * Vl Sld Cred Transportar Fcp. */ vlSldCredTransportarFcp: DeserializedType; /** * Deb Esp Fcp. */ debEspFcp: DeserializedType; /** * Vl Out Cred Fcp. */ vlOutCredFcp: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Icms_DifType { empresa: DeserializedType; filial: DeserializedType; perRef: DeserializedType; uf: DeserializedType; indMovDifal: DeserializedType; vlSldCredAntDifal: DeserializedType; vlTotDebitosDifal: DeserializedType; vlOutDebDifal: DeserializedType; vlTotDebFcp: DeserializedType; vlTotCreditosDifal: DeserializedType; vlTotCredFcp: DeserializedType; vlOutCredDifal: DeserializedType; vlSldDevAntDifal: DeserializedType; vlDeducoesDifal: DeserializedType; vlRecol: DeserializedType; vlSldCredTransportar: DeserializedType; debEspDifal: DeserializedType; indMovFcpDifal: DeserializedType; vlRecolDifal: DeserializedType; vlSldCredTransportarDifal: DeserializedType; vlSldCredAntFcp: DeserializedType; vlOutDebFcp: DeserializedType; vlSldDevAntFcp: DeserializedType; vlDeducoesFcp: DeserializedType; vlRecolFcp: DeserializedType; vlSldCredTransportarFcp: DeserializedType; debEspFcp: DeserializedType; vlOutCredFcp: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Icms_Dif.d.ts.map