TipAdjustAuthResponse

public class TipAdjustAuthResponse : BaseResponse

response to a tip adjust request

  • Declaration

    Swift

    public fileprivate(set) var tipAmount: Int?
  • The payment id from the authorization payment, or captured pre-auth payment

    Declaration

    Swift

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

    Declaration

    Swift

    public fileprivate(set) var orderId: String?
  • Declaration

    Swift

    public required init(success: Bool, result: ResultCode, paymentId: String?, tipAmount: Int?)