VoidPaymentResponse
public class VoidPaymentResponse : BaseResponse
response to a void payment request
-
the id of the voided payment
Declaration
Swift
public var paymentId: String? -
the reason for the void
Declaration
Swift
public var voidReason: VoidReason? -
Declaration
Swift
public init(success: Bool, result: ResultCode, paymentId: String?, transactionNumber: String?)
VoidPaymentResponse Class Reference