TipAdjustAuthResponse

public class TipAdjustAuthResponse : BaseResponse

response to a tip adjust request

  • Declaration

    Swift

    public class TipAdjustAuthResponse : BaseResponse
  • The payment id from the authorization payment, or captured pre-auth payment

    Declaration

    Swift

    public private(set) var paymentId:String?
  • the order id of the payment

    Declaration

    Swift

    public private(set) var orderId:String?