Class: TipAdjustMessage

remotemessage.TipAdjustMessage()

new TipAdjustMessage()

Source:

Extends

Methods

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

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

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

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

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

Get the field value Amount paid in tips
Source:
Returns:
must be a long integer
Type
Number

(static) TipAdjustMessage#setOrderId(orderId)

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

(static) TipAdjustMessage#setPaymentId(paymentId)

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

(static) TipAdjustMessage#setTipAmount(tipAmount)

Set the field value Amount paid in tips
Parameters:
Name Type Description
tipAmount Number must be a long integer
Source: