CapturePreAuthResponse
public class CapturePreAuthResponse : BaseResponse
response to a capturePreAuth request
-
id of the pre-auth payment being captured
Declaration
Swift
public fileprivate(set) var paymentId: String?
-
the base amount of the capture
Declaration
Swift
public fileprivate(set) var amount: Int?
-
additional tip amount for the capture
Declaration
Swift
public fileprivate(set) var tipAmount: Int?
-
Declaration
Swift
public init(success: Bool, result: ResultCode, paymentId: String?, amount: Int?, tipAmount: Int?)