import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "op_cartao" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Op_Cartao extends Entity implements Op_CartaoType { /** * Technical entity name for Op_Cartao. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Op_Cartao entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Cod Part. * Maximum length: 60. */ codPart: DeserializedType; /** * Dt Registro. * Maximum length: 8. */ dtRegistro: DeserializedType; /** * Tot Credito. */ totCredito: DeserializedType; /** * Tot Debito. */ totDebito: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Op_CartaoType { empresa: DeserializedType; filial: DeserializedType; codPart: DeserializedType; dtRegistro: DeserializedType; totCredito: DeserializedType; totDebito: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Op_Cartao.d.ts.map