import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "venda_exp" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Venda_Exp extends Entity implements Venda_ExpType { /** * Technical entity name for Venda_Exp. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Venda_Exp entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Dt Lancto. * Maximum length: 8. */ dtLancto: DeserializedType; /** * Cnpj Exp. * Maximum length: 14. */ cnpjExp: DeserializedType; /** * Cod Ncm. * Maximum length: 8. */ codNcm: DeserializedType; /** * Vl Venda. */ vlVenda: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Venda_ExpType { empresa: DeserializedType; dtLancto: DeserializedType; cnpjExp: DeserializedType; codNcm: DeserializedType; vlVenda: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Venda_Exp.d.ts.map