Class ReadPaymentStatusResponse


  • public class ReadPaymentStatusResponse
    extends Object
    • Constructor Detail

      • ReadPaymentStatusResponse

        public ReadPaymentStatusResponse​(@NotNull
                                         @NotNull de.adorsys.psd2.xs2a.core.pis.TransactionStatus status,
                                         @Nullable
                                         @Nullable Boolean fundsAvailable,
                                         @NotNull
                                         @NotNull org.springframework.http.MediaType responseContentType,
                                         @Nullable
                                         @org.jetbrains.annotations.Nullable byte[] paymentStatusRaw,
                                         @Nullable
                                         @Nullable String psuMessage)
      • ReadPaymentStatusResponse

        public ReadPaymentStatusResponse​(de.adorsys.psd2.xs2a.core.domain.ErrorHolder errorHolder)
    • Method Detail

      • hasError

        public boolean hasError()