import { PaymentMethodValidationSet } from './PaymentMethodValidationSet'; import { PaymentMethodValidationSetRequestBuilder } from './PaymentMethodValidationSetRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class PaymentMethodValidationSetApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof PaymentMethodValidationSet; requestBuilder(): PaymentMethodValidationSetRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[isoCountryCodeForBank]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ISO_COUNTRY_CODE_FOR_BANK: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[paymentMethodInEc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PAYMENT_METHOD_IN_EC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[companyCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMPANY_CODE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[ibanExists]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IBAN_EXISTS: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[swiftExists]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SWIFT_EXISTS: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[bankAccountNumberExists]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BANK_ACCOUNT_NUMBER_EXISTS: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[isoEmployeeCountryCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ISO_EMPLOYEE_COUNTRY_CODE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[bankKeyExists]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BANK_KEY_EXISTS: EdmTypeField>, DeSerializersT, "Edm.Boolean", false, true>; /** * Static representation of the [[language]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LANGUAGE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[paymentMethod]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PAYMENT_METHOD: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[isValid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_VALID: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; }; } //# sourceMappingURL=PaymentMethodValidationSetApi.d.ts.map