new SaleRequest()
- Source:
Extends
Methods
(static) SaleRequest#getTipAmount() → {Number|Null}
Get the field value
Included tip
- Source:
Returns:
must be a long integer,
- Type
- Number | Null
(static) SaleRequest#getTipMode() → {payments.TipMode}
Get the field value
- Source:
Returns:
- Type
- payments.TipMode
(static) SaleRequest#setTipAmount(tipAmount)
Set the field value
Included tip
Parameters:
Name | Type | Description |
---|---|---|
tipAmount |
Number | Null | must be a long integer, |
- Source:
(static) SaleRequest#setTipMode(tipMode)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
tipMode |
payments.TipMode |
- Source: