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