AVSConfirmationComplete
@objcMembers
public class AVSConfirmationComplete : PaymentAction
Contains all the data to be sent when AVS confirmation is required during a payment
-
Contains all the data to be sent when AVS confirmation is required during a payment
Declaration
Swift
public init(merchantTransactionReference: String, isAvsConfirmed: Bool)
Parameters
merchantTransactionReference
The transaction reference defined by the merchant to uniquely identify the payment.
isAvsConfirmed
true whether AVS results are confirmed
-
Used to parse the request to the server.
Declaration
Swift
override public func encode(to encoder: Encoder) throws
-
Used to print the debug content of the object
Declaration
Swift
override public var debugDescription: String { get }