public class PaymentAuthorisation
Holds data about the payment authorisation.
public PaymentAuthorisation(@Nullable java.lang.String authorisationCode, @Nullable java.lang.String cvvResponseData)
Holds data about the payment authorisation.
authorisationCode
- The authorisation code generated by the issuer for an authorised payment.cvvResponseData
- Additional response data containing the CVV response.public PaymentAuthorisation()
Holds data about the payment authorisation.
@NotNull public java.lang.String toString()
@Nullable public java.lang.String getAuthorisationCode()
@Nullable public java.lang.String getCvvResponseData()
@Nullable public java.lang.String component1()
@Nullable public java.lang.String component2()
@NotNull public PaymentAuthorisation copy(@Nullable java.lang.String authorisationCode, @Nullable java.lang.String cvvResponseData)
Holds data about the payment authorisation.
authorisationCode
- The authorisation code generated by the issuer for an authorised payment.cvvResponseData
- Additional response data containing the CVV response.public int hashCode()
Holds data about the payment authorisation.
public boolean equals(@Nullable java.lang.Object p)
Holds data about the payment authorisation.