import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "nf_type" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Nf_Type extends Entity implements Nf_TypeType { /** * Technical entity name for Nf_Type. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Nf_Type entity */ static _keys: string[]; /** * Nftype. * Maximum length: 2. */ nftype: DeserializedType; /** * Doctyp. * Maximum length: 1. */ doctyp: DeserializedType; /** * Direct. * Maximum length: 1. */ direct: DeserializedType; /** * Entrad. * Maximum length: 1. */ entrad: DeserializedType; /** * Nfe. * Maximum length: 1. */ nfe: DeserializedType; /** * Municipal. * Maximum length: 1. */ municipal: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Nf_TypeType { nftype: DeserializedType; doctyp: DeserializedType; direct: DeserializedType; entrad: DeserializedType; nfe: DeserializedType; municipal: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Nf_Type.d.ts.map