new TipAdjustAuthResponse()
Extends
Methods
(static) TipAdjustAuthResponse#getPaymentId() → {String}
    Get the field value
Unique identifier for a payment
Returns:
- Type
 - String
 
(static) TipAdjustAuthResponse#getTipAmount() → {Number}
    Get the field value
Amount of tip
Returns:
    must be a long integer
- Type
 - Number
 
(static) TipAdjustAuthResponse#setPaymentId(paymentId)
    Set the field value
Unique identifier for a payment
    Parameters:
| Name | Type | Description | 
|---|---|---|
paymentId | 
            
            String | 
(static) TipAdjustAuthResponse#setTipAmount(tipAmount)
    Set the field value
Amount of tip
    Parameters:
| Name | Type | Description | 
|---|---|---|
tipAmount | 
            
            Number | must be a long integer |