public class PaymentAbort
Holds the data to be sent to abort an in-flight transaction.
public PaymentAbort(@NotNull java.lang.String merchantTransactionReference)
Holds the data to be sent to abort an in-flight transaction.
merchantTransactionReference
- The transaction reference defined by the merchant to uniquely identify the payment.@NotNull public java.lang.String getMerchantTransactionReference()
The transaction reference defined by the merchant to uniquely identify the payment.
@NotNull public java.lang.String component1()
The transaction reference defined by the merchant to uniquely identify the payment.
@NotNull public PaymentAbort copy(@NotNull java.lang.String merchantTransactionReference)
Holds the data to be sent to abort an in-flight transaction.
@NotNull public java.lang.String toString()
Holds the data to be sent to abort an in-flight transaction.
public int hashCode()
Holds the data to be sent to abort an in-flight transaction.
public boolean equals(@Nullable java.lang.Object p)
Holds the data to be sent to abort an in-flight transaction.