new PendingPaymentEntry()
- Source:
Methods
(static) PendingPaymentEntry#getAmount() → {Number}
Get the field value
Total amount paid
- Source:
Returns:
must be a long integer
- Type
- Number
(static) PendingPaymentEntry#getExternalPaymentId() → {String}
Get the field value
An id that will be persisted with transactions.
- Source:
Returns:
- Type
- String
(static) PendingPaymentEntry#getPaymentId() → {String}
Get the field value
Unique identifier for a payment
- Source:
Returns:
- Type
- String
(static) PendingPaymentEntry#getTipAmount() → {Number|Null}
Get the field value
Included tip
- Source:
Returns:
must be a long integer,
- Type
- Number | Null
(static) PendingPaymentEntry#setAmount(amount)
Set the field value
Total amount paid
Parameters:
Name | Type | Description |
---|---|---|
amount |
Number | must be a long integer |
- Source:
(static) PendingPaymentEntry#setExternalPaymentId(externalPaymentId)
Set the field value
An id that will be persisted with transactions.
Parameters:
Name | Type | Description |
---|---|---|
externalPaymentId |
String |
- Source:
(static) PendingPaymentEntry#setPaymentId(paymentId)
Set the field value
Unique identifier for a payment
Parameters:
Name | Type | Description |
---|---|---|
paymentId |
String |
- Source:
(static) PendingPaymentEntry#setTipAmount(tipAmount)
Set the field value
Included tip
Parameters:
Name | Type | Description |
---|---|---|
tipAmount |
Number | Null | must be a long integer, |
- Source: