AVSResults

@objcMembers
public class AVSResults : NSObject, Codable

Results of the payment’s AVS check to be approved by the merchant.

  • Indicates if the CVV of the card matched during the AVS check.

    Declaration

    Swift

    public private(set) var isCvvMatch: AVSCheckResult { get }
  • Indicates if the cardholder address line(s) matched during the AVS check.

    Declaration

    Swift

    public private(set) var isAddressLineMatch: AVSCheckResult { get }
  • Indicates if the cardholder postal code matched during the AVS check.

    Declaration

    Swift

    public private(set) var isPostalCodeMatch: AVSCheckResult { get }