public class AVSConfirmationRequired extends PaymentActionRequiredData
Contains the AVS confirmation data that is required during a payment
public AVSConfirmationRequired(@NotNull ActionType action, @NotNull AVSResults avsResults)
Contains the AVS confirmation data that is required during a payment
avsResults
- results of the payment's AVS check to be authorised by the merchant.@NotNull public ActionType getAction()
@NotNull public AVSResults getAvsResults()
@NotNull public ActionType component1()
@NotNull public AVSResults component2()
@NotNull public AVSConfirmationRequired copy(@NotNull ActionType action, @NotNull AVSResults avsResults)
Contains the AVS confirmation data that is required during a payment
avsResults
- results of the payment's AVS check to be authorised by the merchant.@NotNull public java.lang.String toString()
Contains the AVS confirmation data that is required during a payment
public int hashCode()
Contains the AVS confirmation data that is required during a payment
public boolean equals(@Nullable java.lang.Object p)
Contains the AVS confirmation data that is required during a payment