Class: TipAdjustResponseMessage

remotemessage.TipAdjustResponseMessage()

new TipAdjustResponseMessage()

Source:

Extends

Methods

(static) TipAdjustResponseMessage#getAmount() → {Number}

Get the field value Amount of tip
Source:
Returns:
must be a long integer
Type
Number

(static) TipAdjustResponseMessage#getMessage() → {String}

Get the field value
Source:
Returns:
Type
String

(static) TipAdjustResponseMessage#getOrderId() → {String}

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

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

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

(static) TipAdjustResponseMessage#getReason() → {String}

Get the field value
Source:
Returns:
Type
String

(static) TipAdjustResponseMessage#getSuccess() → {Boolean}

Get the field value If true the tip adjustment succeeded
Source:
Returns:
Type
Boolean

(static) TipAdjustResponseMessage#setAmount(amount)

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

(static) TipAdjustResponseMessage#setMessage(message)

Set the field value
Parameters:
Name Type Description
message String
Source:

(static) TipAdjustResponseMessage#setOrderId(orderId)

Set the field value Unique identifier for a order
Parameters:
Name Type Description
orderId String
Source:

(static) TipAdjustResponseMessage#setPaymentId(paymentId)

Set the field value Unique identifier for a payment
Parameters:
Name Type Description
paymentId String
Source:

(static) TipAdjustResponseMessage#setReason(reason)

Set the field value
Parameters:
Name Type Description
reason String
Source:

(static) TipAdjustResponseMessage#setSuccess(success)

Set the field value If true the tip adjustment succeeded
Parameters:
Name Type Description
success Boolean
Source: