public interface PisPaymentDataRepository extends org.springframework.data.repository.CrudRepository<PisPaymentData,Long>
| Modifier and Type | Method and Description |
|---|---|
Optional<PisPaymentData> |
findByPaymentIdAndConsent_ConsentStatus(String paymentId,
CmsConsentStatus cmsConsentStatus) |
Optional<PisPaymentData> findByPaymentIdAndConsent_ConsentStatus(String paymentId, CmsConsentStatus cmsConsentStatus)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.