import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "pgtorc_ex" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Pgtorc_Ex extends Entity implements Pgtorc_ExType { /** * Technical entity name for Pgtorc_Ex. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Pgtorc_Ex entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Dt Lancto. * Maximum length: 8. */ dtLancto: DeserializedType; /** * Tip Ext. * Maximum length: 1. */ tipExt: DeserializedType; /** * Pais. * Maximum length: 3. */ pais: DeserializedType; /** * Nat Oper. * Maximum length: 5. */ natOper: DeserializedType; /** * Forma. * Maximum length: 1. */ forma: DeserializedType; /** * Vl Periodo. */ vlPeriodo: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Pgtorc_ExType { empresa: DeserializedType; dtLancto: DeserializedType; tipExt: DeserializedType; pais: DeserializedType; natOper: DeserializedType; forma: DeserializedType; vlPeriodo: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Pgtorc_Ex.d.ts.map