public class PaymentResult
extends PaymentEvent
The message to communicate the result of a completed payment.
public PaymentResult(@NotNull java.util.List<com.worldpay.websocket.api.payment.Payment> payments)
The message to communicate the result of a completed payment.
@NotNull public java.util.List<com.worldpay.websocket.api.payment.Payment> getPayments()
@NotNull public java.util.List<com.worldpay.websocket.api.payment.Payment> component1()
@NotNull public PaymentResult copy(@NotNull java.util.List<com.worldpay.websocket.api.payment.Payment> payments)
The message to communicate the result of a completed payment.
@NotNull public java.lang.String toString()
The message to communicate the result of a completed payment.
public int hashCode()
The message to communicate the result of a completed payment.
public boolean equals(@Nullable java.lang.Object p)
The message to communicate the result of a completed payment.