import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "nf_parc" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Nf_Parc extends Entity implements Nf_ParcType { /** * Technical entity name for Nf_Parc. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Nf_Parc entity */ static _keys: string[]; /** * Nf Id. * Maximum length: 10. */ nfId: DeserializedType; /** * Tipo Parc. * Maximum length: 1. */ tipoParc: DeserializedType; /** * Cod Parc. * Maximum length: 60. */ codParc: DeserializedType; /** * Fun Parc. * Maximum length: 2. */ funParc: DeserializedType; /** * Name. * Maximum length: 255. */ name: DeserializedType; /** * Cep. * Maximum length: 10. */ cep: DeserializedType; /** * Caixa Postal. * Maximum length: 10. */ caixaPostal: DeserializedType; /** * Cep Caixa Postal. * Maximum length: 10. */ cepCaixaPostal: DeserializedType; /** * Fone. * Maximum length: 30. */ fone: DeserializedType; /** * Fax. * Maximum length: 30. */ fax: DeserializedType; /** * Ie. * Maximum length: 18. */ ie: DeserializedType; /** * Cte Parc. * Maximum length: 1. */ cteParc: DeserializedType; /** * Uf. * Maximum length: 2. */ uf: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Nf_ParcType { nfId: DeserializedType; tipoParc: DeserializedType; codParc: DeserializedType; funParc: DeserializedType; name: DeserializedType; cep: DeserializedType; caixaPostal: DeserializedType; cepCaixaPostal: DeserializedType; fone: DeserializedType; fax: DeserializedType; ie: DeserializedType; cteParc: DeserializedType; uf: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Nf_Parc.d.ts.map