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? { get } - 
                  
                  
the base amount of the capture
Declaration
Swift
public fileprivate(set) var amount: Int? { get } - 
                  
                  
additional tip amount for the capture
Declaration
Swift
public fileprivate(set) var tipAmount: Int? { get } - 
                  
                  
Declaration
Swift
public init(success: Bool, result: ResultCode, paymentId: String?, amount: Int?, tipAmount: Int?) 
        CapturePreAuthResponse Class Reference