public class PaymentResultQuery
extends PaymentQuery
Contains the data for getting the PaymentResult from a previous payment.
public PaymentResultQuery(@NotNull java.lang.String merchantTransactionReference, @Nullable java.lang.String paypointId)
Contains the data for getting the PaymentResult from a previous payment.
merchantTransactionReference
- The transaction reference defined by the merchant to uniquely identify the payment.paypointId
- Identifier for the paypoint on which the action should or has been performed on.@NotNull public java.lang.String getMerchantTransactionReference()
The transaction reference defined by the merchant to uniquely identify the payment.
@Nullable public java.lang.String getPaypointId()
Identifier for the paypoint on which the action should or has been performed on.
@NotNull public java.lang.String component1()
The transaction reference defined by the merchant to uniquely identify the payment.
@Nullable public java.lang.String component2()
Identifier for the paypoint on which the action should or has been performed on.
@NotNull public PaymentResultQuery copy(@NotNull java.lang.String merchantTransactionReference, @Nullable java.lang.String paypointId)
Contains the data for getting the PaymentResult from a previous payment.
merchantTransactionReference
- The transaction reference defined by the merchant to uniquely identify the payment.paypointId
- Identifier for the paypoint on which the action should or has been performed on.@NotNull public java.lang.String toString()
Contains the data for getting the PaymentResult from a previous payment.
public int hashCode()
Contains the data for getting the PaymentResult from a previous payment.
public boolean equals(@Nullable java.lang.Object p)
Contains the data for getting the PaymentResult from a previous payment.