CapturePreAuthResponse

public class CapturePreAuthResponse : BaseResponse

response to a capturePreAuth request

  • id of the pre-auth payment being captured

    Declaration

    Swift

    public private(set) var paymentId:String?
  • the base amount of the capture

    Declaration

    Swift

    public private(set) var amount:Int?
  • additional tip amount for the capture

    Declaration

    Swift

    public private(set) var tipAmount:Int?