import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "ecommerce" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Ecommerce extends Entity implements EcommerceType { /** * Technical entity name for Ecommerce. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Ecommerce entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Dt Lancto. * Maximum length: 8. */ dtLancto: DeserializedType; /** * Pais. * Maximum length: 3. */ pais: DeserializedType; /** * Ind Home Disp. * Maximum length: 1. */ indHomeDisp: DeserializedType; /** * Ind Serv Disp. * Maximum length: 1. */ indServDisp: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface EcommerceType { empresa: DeserializedType; dtLancto: DeserializedType; pais: DeserializedType; indHomeDisp: DeserializedType; indServDisp: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Ecommerce.d.ts.map