import { Cnv201Ppg } from './Cnv201Ppg'; import { Cnv201PpgRequestBuilder } from './Cnv201PpgRequestBuilder'; import { Sap_Message } from './Sap_Message'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, CollectionField } from '@sap-cloud-sdk/odata-v4'; export declare class Cnv201PpgApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Cnv201Ppg; requestBuilder(): Cnv201PpgRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[id]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ID: EdmTypeField>, DeSerializersT, "Edm.Guid", false, true>; /** * Static representation of the [[empresa]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EMPRESA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[filial]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FILIAL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cnpjFilial]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CNPJ_FILIAL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[uf]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ UF: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[ano]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ANO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[mes]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MES: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dataRecarga]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DATA_RECARGA: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[cpfCnpjDest]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CPF_CNPJ_DEST: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[razaoSocialDest]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RAZAO_SOCIAL_DEST: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[telefone]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TELEFONE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlTotalRecarga]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_TOTAL_RECARGA: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[cnpjPontoVenda]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CNPJ_PONTO_VENDA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[razaoSocialPontoVenda]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RAZAO_SOCIAL_PONTO_VENDA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cnpjDistribuidor]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CNPJ_DISTRIBUIDOR: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[razaoSocialDistribuidor]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RAZAO_SOCIAL_DISTRIBUIDOR: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[descrItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DESCR_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlAntecipacaoCredito]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_ANTECIPACAO_CREDITO: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlTaxaAntecipacao]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_TAXA_ANTECIPACAO: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlMultaAtraso]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_MULTA_ATRASO: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[indicadorIcms]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INDICADOR_ICMS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[sourceSystem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SOURCE_SYSTEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[sourceDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SOURCE_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.Date", true, true>; /** * Static representation of the [[sourceTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SOURCE_TIME: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[sourceFile]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SOURCE_FILE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[sourceUser]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SOURCE_USER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[sapMessages]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SAP_MESSAGES: CollectionField>, DeSerializersT, Sap_Message, false, true>; }; } //# sourceMappingURL=Cnv201PpgApi.d.ts.map