import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "i_inf_st" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class I_Inf_St extends Entity implements I_Inf_StType { /** * Technical entity name for I_Inf_St. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the I_Inf_St entity */ static _keys: string[]; /** * Nf Id. * Maximum length: 10. */ nfId: DeserializedType; /** * Num Item. * Maximum length: 6. */ numItem: DeserializedType; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Bc St Orig Dest. */ bcStOrigDest: DeserializedType; /** * Icms St Rep. */ icmsStRep: DeserializedType; /** * Icms St Compl. */ icmsStCompl: DeserializedType; /** * Bc Ret. */ bcRet: DeserializedType; /** * Icms Ret. */ icmsRet: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface I_Inf_StType { nfId: DeserializedType; numItem: DeserializedType; empresa: DeserializedType; filial: DeserializedType; bcStOrigDest: DeserializedType; icmsStRep: DeserializedType; icmsStCompl: DeserializedType; bcRet: DeserializedType; icmsRet: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=I_Inf_St.d.ts.map