import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "soc_coop" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Soc_Coop extends Entity implements Soc_CoopType { /** * Technical entity name for Soc_Coop. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Soc_Coop entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Per Ref. * Maximum length: 6. */ perRef: DeserializedType; /** * Num Lancto. * Maximum length: 10. */ numLancto: DeserializedType; /** * Ind Tip Coop. * Maximum length: 2. */ indTipCoop: DeserializedType; /** * Vl Bc Cont Ant Exc Coop. */ vlBcContAntExcCoop: DeserializedType; /** * Vl Exc Coop Ger Pis. */ vlExcCoopGerPis: DeserializedType; /** * Vl Exc Esp Coop Pis. */ vlExcEspCoopPis: DeserializedType; /** * Vl Bc Cont Pis. */ vlBcContPis: DeserializedType; /** * Vl Exc Coop Ger Cofins. */ vlExcCoopGerCofins: DeserializedType; /** * Vl Exc Esp Coop Cofins. */ vlExcEspCoopCofins: DeserializedType; /** * Vl Bc Cont Cofins. */ vlBcContCofins: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Soc_CoopType { empresa: DeserializedType; perRef: DeserializedType; numLancto: DeserializedType; indTipCoop: DeserializedType; vlBcContAntExcCoop: DeserializedType; vlExcCoopGerPis: DeserializedType; vlExcEspCoopPis: DeserializedType; vlBcContPis: DeserializedType; vlExcCoopGerCofins: DeserializedType; vlExcEspCoopCofins: DeserializedType; vlBcContCofins: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Soc_Coop.d.ts.map