new TipAdjustResponseMessage()
Extends
Methods
(static) TipAdjustResponseMessage#getAmount() → {Number}
Get the field value
Amount of tip
Returns:
must be a long integer
- Type
- Number
(static) TipAdjustResponseMessage#getMessage() → {String}
Get the field value
Returns:
- Type
- String
(static) TipAdjustResponseMessage#getOrderId() → {String}
Get the field value
Unique identifier for a order
Returns:
- Type
- String
(static) TipAdjustResponseMessage#getPaymentId() → {String}
Get the field value
Unique identifier for a payment
Returns:
- Type
- String
(static) TipAdjustResponseMessage#getReason() → {String}
Get the field value
Returns:
- Type
- String
(static) TipAdjustResponseMessage#getSuccess() → {Boolean}
Get the field value
If true the tip adjustment succeeded
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 |
(static) TipAdjustResponseMessage#setMessage(message)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
message |
String |
(static) TipAdjustResponseMessage#setOrderId(orderId)
Set the field value
Unique identifier for a order
Parameters:
Name | Type | Description |
---|---|---|
orderId |
String |
(static) TipAdjustResponseMessage#setPaymentId(paymentId)
Set the field value
Unique identifier for a payment
Parameters:
Name | Type | Description |
---|---|---|
paymentId |
String |
(static) TipAdjustResponseMessage#setReason(reason)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
reason |
String |
(static) TipAdjustResponseMessage#setSuccess(success)
Set the field value
If true the tip adjustment succeeded
Parameters:
Name | Type | Description |
---|---|---|
success |
Boolean |