CapturePreAuthRequest

public class CapturePreAuthRequest : NSObject, Mappable

options for capturing a pre-auth

  • Total amount paid

    Declaration

    Swift

    public var amount:Int
  • Amount paid in tips

    Declaration

    Swift

    public var tipAmount:Int? = nil
  • Unique identifier

    Declaration

    Swift

    public var paymentId:String
  • Declaration

    Swift

    public class CapturePreAuthRequest : NSObject, Mappable