Package de.adorsys.psd2.xs2a.domain.pis
Class ReadPaymentStatusResponse
- java.lang.Object
-
- de.adorsys.psd2.xs2a.domain.pis.ReadPaymentStatusResponse
-
public class ReadPaymentStatusResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ReadPaymentStatusResponse(@NotNull de.adorsys.psd2.xs2a.core.pis.TransactionStatus status, @Nullable Boolean fundsAvailable, @NotNull org.springframework.http.MediaType responseContentType, byte[] paymentStatusRaw, @Nullable String psuMessage, @Nullable Links links, @Nullable Set<de.adorsys.psd2.xs2a.core.domain.TppMessageInformation> tppMessageInformation)ReadPaymentStatusResponse(de.adorsys.psd2.xs2a.core.domain.ErrorHolder errorHolder)
-
-
-
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, byte[] paymentStatusRaw, @Nullable @Nullable String psuMessage, @Nullable @Nullable Links links, @Nullable @Nullable Set<de.adorsys.psd2.xs2a.core.domain.TppMessageInformation> tppMessageInformation)
-
ReadPaymentStatusResponse
public ReadPaymentStatusResponse(de.adorsys.psd2.xs2a.core.domain.ErrorHolder errorHolder)
-
-