import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "fat_co_un" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Fat_Co_Un extends Entity implements Fat_Co_UnType { /** * Technical entity name for Fat_Co_Un. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Fat_Co_Un entity */ static _keys: string[]; /** * Cod Item. * Maximum length: 60. */ codItem: DeserializedType; /** * Unid Inv. * Maximum length: 6. */ unidInv: DeserializedType; /** * Unid Conv. * Maximum length: 6. */ unidConv: DeserializedType; /** * Fat Conv. */ fatConv: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Fat_Co_UnType { codItem: DeserializedType; unidInv: DeserializedType; unidConv: DeserializedType; fatConv: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Fat_Co_Un.d.ts.map