import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "p_nf_view" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class P_Nf_View extends Entity implements P_Nf_ViewType { /** * Technical entity name for P_Nf_View. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the P_Nf_View entity */ static _keys: string[]; /** * Cod Part. * Maximum length: 60. */ codPart: DeserializedType; /** * Nome. * Maximum length: 255. */ nome: DeserializedType; /** * Ie. * Maximum length: 18. */ ie: DeserializedType; /** * Uf. * Maximum length: 3. */ uf: DeserializedType; /** * Cnpj. * Maximum length: 14. */ cnpj: DeserializedType; /** * Ende. * Maximum length: 60. */ ende: DeserializedType; /** * Bairro. * Maximum length: 40. */ bairro: DeserializedType; /** * Cep. * Maximum length: 10. */ cep: DeserializedType; /** * Desc Mun. * Maximum length: 40. */ descMun: DeserializedType; /** * Fone. * Maximum length: 30. */ fone: DeserializedType; /** * Suframa. * Maximum length: 9. */ suframa: DeserializedType; /** * Email. * Maximum length: 255. */ email: DeserializedType; /** * Cod Pais. * Maximum length: 5. */ codPais: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface P_Nf_ViewType { codPart: DeserializedType; nome: DeserializedType; ie: DeserializedType; uf: DeserializedType; cnpj: DeserializedType; ende: DeserializedType; bairro: DeserializedType; cep: DeserializedType; descMun: DeserializedType; fone: DeserializedType; suframa: DeserializedType; email: DeserializedType; codPais: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=P_Nf_View.d.ts.map