AVSConfirmationRequired

@objcMembers
public class AVSConfirmationRequired : PaymentActionRequiredData

Contains the AVS confirmation data that is required during a payment

  • Holds results of the payment’s AVS check to be approved by the merchant.

    Declaration

    Swift

    public private(set) var avsResults: AVSResults { get }
  • Used to parse the response from the server.

    Declaration

    Swift

    required public init(from decoder: Decoder) throws