import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "infdifcof" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Infdifcof extends Entity implements InfdifcofType { /** * Technical entity name for Infdifcof. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Infdifcof entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Per Ref. * Maximum length: 6. */ perRef: DeserializedType; /** * Num Lancto. * Maximum length: 10. */ numLancto: DeserializedType; /** * Cnpj. * Maximum length: 14. */ cnpj: DeserializedType; /** * Cod Cred. * Maximum length: 3. */ codCred: DeserializedType; /** * Vl Vend. */ vlVend: DeserializedType; /** * Vl Nao Receb. */ vlNaoReceb: DeserializedType; /** * Vl Cont Dif. */ vlContDif: DeserializedType; /** * Vl Cred Dif. */ vlCredDif: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface InfdifcofType { empresa: DeserializedType; perRef: DeserializedType; numLancto: DeserializedType; cnpj: DeserializedType; codCred: DeserializedType; vlVend: DeserializedType; vlNaoReceb: DeserializedType; vlContDif: DeserializedType; vlCredDif: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Infdifcof.d.ts.map