Class: TipAdjustAuthResponse

remotepay.TipAdjustAuthResponse()

new TipAdjustAuthResponse()

Source:

Extends

Methods

(static) TipAdjustAuthResponse#getPaymentId() → {String}

Get the field value Unique identifier for a payment
Source:
Returns:
Type
String

(static) TipAdjustAuthResponse#getTipAmount() → {Number}

Get the field value Amount of tip
Source:
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
Source:

(static) TipAdjustAuthResponse#setTipAmount(tipAmount)

Set the field value Amount of tip
Parameters:
Name Type Description
tipAmount Number must be a long integer
Source: