import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "nf_vol_tr" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Nf_Vol_Tr extends Entity implements Nf_Vol_TrType { /** * Technical entity name for Nf_Vol_Tr. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Nf_Vol_Tr entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Nf Id. * Maximum length: 10. */ nfId: DeserializedType; /** * Cod Part. * Maximum length: 60. */ codPart: DeserializedType; /** * Veic Id. * Maximum length: 7. */ veicId: DeserializedType; /** * Qtd Vol. */ qtdVol: DeserializedType; /** * Peso Brt. */ pesoBrt: DeserializedType; /** * Peso Liq. */ pesoLiq: DeserializedType; /** * Uf Id. * Maximum length: 2. */ ufId: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Nf_Vol_TrType { empresa: DeserializedType; filial: DeserializedType; nfId: DeserializedType; codPart: DeserializedType; veicId: DeserializedType; qtdVol: DeserializedType; pesoBrt: DeserializedType; pesoLiq: DeserializedType; ufId: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Nf_Vol_Tr.d.ts.map