public class AVSResults
Results of the payment's AVS check to be authorised by the merchant.
public AVSResults(@NotNull AvsMatchResult isCvvMatch, @NotNull AvsMatchResult isAddressLineMatch, @NotNull AvsMatchResult isPostalCodeMatch)
Results of the payment's AVS check to be authorised by the merchant.
isCvvMatch
- indicates if the CVV of the card matched during the AVS check.isAddressLineMatch
- indicates if the cardholder address line(s) matched during the AVS check.isPostalCodeMatch
- indicates if the cardholder postal code matched during the AVS check.@NotNull public AvsMatchResult isCvvMatch()
@NotNull public AvsMatchResult isAddressLineMatch()
@NotNull public AvsMatchResult isPostalCodeMatch()
@NotNull public AvsMatchResult component1()
@NotNull public AvsMatchResult component2()
@NotNull public AvsMatchResult component3()
@NotNull public AVSResults copy(@NotNull AvsMatchResult isCvvMatch, @NotNull AvsMatchResult isAddressLineMatch, @NotNull AvsMatchResult isPostalCodeMatch)
Results of the payment's AVS check to be authorised by the merchant.
isCvvMatch
- indicates if the CVV of the card matched during the AVS check.isAddressLineMatch
- indicates if the cardholder address line(s) matched during the AVS check.isPostalCodeMatch
- indicates if the cardholder postal code matched during the AVS check.@NotNull public java.lang.String toString()
Results of the payment's AVS check to be authorised by the merchant.
public int hashCode()
Results of the payment's AVS check to be authorised by the merchant.
public boolean equals(@Nullable java.lang.Object p)
Results of the payment's AVS check to be authorised by the merchant.