Uses of Class
de.adorsys.opba.tppbankingapi.pis.model.generated.PaymentStatusResponse
-
Packages that use PaymentStatusResponse Package Description de.adorsys.opba.tppbankingapi.pis.model.generated de.adorsys.opba.tppbankingapi.pis.resource.generated -
-
Uses of PaymentStatusResponse in de.adorsys.opba.tppbankingapi.pis.model.generated
Methods in de.adorsys.opba.tppbankingapi.pis.model.generated that return PaymentStatusResponse Modifier and Type Method Description PaymentStatusResponsePaymentStatusResponse. createdAt(OffsetDateTime createdAt)PaymentStatusResponsePaymentStatusResponse. fundsAvailable(Boolean fundsAvailable)PaymentStatusResponsePaymentStatusResponse. psuMessage(String psuMessage)PaymentStatusResponsePaymentStatusResponse. transactionStatus(String transactionStatus) -
Uses of PaymentStatusResponse in de.adorsys.opba.tppbankingapi.pis.resource.generated
Methods in de.adorsys.opba.tppbankingapi.pis.resource.generated that return types with arguments of type PaymentStatusResponse Modifier and Type Method Description default CompletableFuture<org.springframework.http.ResponseEntity<PaymentStatusResponse>>TppBankingApiPaymentStatusPisApi. _getPaymentStatus(String serviceSessionPassword, String fintechUserID, UUID xRequestID, String paymentProduct, String xTimestampUTC, String xRequestSignature, String fintechID, String bankID, UUID serviceSessionID)default CompletableFuture<org.springframework.http.ResponseEntity<PaymentStatusResponse>>TppBankingApiPaymentStatusPisApi. getPaymentStatus(String serviceSessionPassword, String fintechUserID, UUID xRequestID, String paymentProduct, String xTimestampUTC, String xRequestSignature, String fintechID, String bankID, UUID serviceSessionID)
-