new TipAdjustAuthRequest()
- Source:
Extends
Methods
(static) TipAdjustAuthRequest#getOrderId() → {String}
Get the field value
Unique identifier
- Source:
Returns:
- Type
- String
(static) TipAdjustAuthRequest#getPaymentId() → {String}
Get the field value
Unique identifier
- Source:
Returns:
- Type
- String
(static) TipAdjustAuthRequest#getTipAmount() → {Number}
Get the field value
Amount paid in tips
- Source:
Returns:
must be a long integer
- Type
- Number
(static) TipAdjustAuthRequest#setOrderId(orderId)
Set the field value
Unique identifier
Parameters:
Name | Type | Description |
---|---|---|
orderId |
String |
- Source:
(static) TipAdjustAuthRequest#setPaymentId(paymentId)
Set the field value
Unique identifier
Parameters:
Name | Type | Description |
---|---|---|
paymentId |
String |
- Source:
(static) TipAdjustAuthRequest#setTipAmount(tipAmount)
Set the field value
Amount paid in tips
Parameters:
Name | Type | Description |
---|---|---|
tipAmount |
Number | must be a long integer |
- Source: