new CapturePreAuthMessage()
Extends
Methods
(static) CapturePreAuthMessage#getAmount() → {Number}
Get the field value
Total amount paid
Returns:
must be a long integer
- Type
- Number
(static) CapturePreAuthMessage#getPaymentId() → {String}
Get the field value
Unique identifier for a payment
Returns:
- Type
- String
(static) CapturePreAuthMessage#getTipAmount() → {Number|Null}
Get the field value
Amount paid in tips
Returns:
must be a long integer,
- Type
- Number | Null
(static) CapturePreAuthMessage#setAmount(amount)
Set the field value
Total amount paid
Parameters:
Name | Type | Description |
---|---|---|
amount |
Number | must be a long integer |
(static) CapturePreAuthMessage#setPaymentId(paymentId)
Set the field value
Unique identifier for a payment
Parameters:
Name | Type | Description |
---|---|---|
paymentId |
String |
(static) CapturePreAuthMessage#setTipAmount(tipAmount)
Set the field value
Amount paid in tips
Parameters:
Name | Type | Description |
---|---|---|
tipAmount |
Number | Null | must be a long integer, |