Uses of Class
es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ReceiptsDomain
Packages that use ReceiptsDomain
Package
Description
Package where all back office specific components will be placed.
In this package specific API components will be placed.
Classes required to implement the Core client component.
In this package specific API components will be placed.
In this package specific product repayments endpoint classes will be placed.
-
Uses of ReceiptsDomain in es.kukenan.smartfi.microservice.contracts.service.backoffice
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice that return ReceiptsDomainModifier and TypeMethodDescriptionExtendedBackofficeClient.findReceipts(ProductSearchRequest searchRequest, String paginationKey, String token) Get the receipts for a given product. -
Uses of ReceiptsDomain in es.kukenan.smartfi.microservice.contracts.service.backoffice.api
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice.api that return ReceiptsDomainModifier and TypeMethodDescriptionAbstractUnimplementedApiClient.findReceipts(ProductSearchRequest searchRequest, String paginationKey, String token) Find the receipts of an specific product owner by the given user. -
Uses of ReceiptsDomain in es.kukenan.smartfi.microservice.contracts.service.backoffice.core
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice.core that return ReceiptsDomainModifier and TypeMethodDescriptionCoreBackofficeClientAdapter.findReceipts(ProductSearchRequest searchRequest, String paginationKey, String token) -
Uses of ReceiptsDomain in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis that return ReceiptsDomainModifier and TypeMethodDescriptionLoansCoreApiClient.findReceipts(ProductSearchRequest searchRequest, String paginationKey, String token) -
Uses of ReceiptsDomain in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.receipts
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.receipts that return ReceiptsDomainModifier and TypeMethodDescriptionLoanReceiptsCoreEndpoint.findReceipts(ProductSearchRequest searchRequest, String paginationKey) Find the receipts of a loan owner by the given user.