new TipRequest()
- Source:
Extends
Methods
(static) TipRequest#getTippableAmount() → {Number}
    Get the field value
- Source:
Returns:
    must be a long integer
- Type
- Number
(static) TipRequest#getTipSuggestions() → {Array.<merchant.TipSuggestion>}
    Get the field value
- Source:
Returns:
    An array of
- Type
- Array.<merchant.TipSuggestion>
(static) TipRequest#setTippableAmount(tippableAmount)
    Set the field value
    Parameters:
| Name | Type | Description | 
|---|---|---|
| tippableAmount | Number | must be a long integer | 
- Source:
(static) TipRequest#setTipSuggestions(tipSuggestions)
    Set the field value
    Parameters:
| Name | Type | Description | 
|---|---|---|
| tipSuggestions | Array.<merchant.TipSuggestion> | An array of | 
- Source: