new CapturePreAuthResponseMessage()
Extends
Methods
(static) CapturePreAuthResponseMessage#getAmount() → {Number}
    Get the field value
Total amount paid
Returns:
    must be a long integer
- Type
- Number
(static) CapturePreAuthResponseMessage#getMessage() → {String}
    Get the field value
Returns:
- Type
- String
(static) CapturePreAuthResponseMessage#getPaymentId() → {String}
    Get the field value
Unique identifier for a payment
Returns:
- Type
- String
(static) CapturePreAuthResponseMessage#getReason() → {String}
    Get the field value
Detail message from the server.
Returns:
- Type
- String
(static) CapturePreAuthResponseMessage#getStatus() → {remotemessage.ResultStatus}
    Get the field value
The status of the request.
Returns:
(static) CapturePreAuthResponseMessage#getTipAmount() → {Number|Null}
    Get the field value
Amount paid in tips
Returns:
    must be a long integer,
- Type
- Number | Null
(static) CapturePreAuthResponseMessage#setAmount(amount)
    Set the field value
Total amount paid
    Parameters:
| Name | Type | Description | 
|---|---|---|
| amount | Number | must be a long integer | 
(static) CapturePreAuthResponseMessage#setMessage(message)
    Set the field value
    Parameters:
| Name | Type | Description | 
|---|---|---|
| message | String | 
(static) CapturePreAuthResponseMessage#setPaymentId(paymentId)
    Set the field value
Unique identifier for a payment
    Parameters:
| Name | Type | Description | 
|---|---|---|
| paymentId | String | 
(static) CapturePreAuthResponseMessage#setReason(reason)
    Set the field value
Detail message from the server.
    Parameters:
| Name | Type | Description | 
|---|---|---|
| reason | String | 
(static) CapturePreAuthResponseMessage#setStatus(status)
    Set the field value
The status of the request.
    Parameters:
| Name | Type | Description | 
|---|---|---|
| status | remotemessage.ResultStatus | 
(static) CapturePreAuthResponseMessage#setTipAmount(tipAmount)
    Set the field value
Amount paid in tips
    Parameters:
| Name | Type | Description | 
|---|---|---|
| tipAmount | Number | Null | must be a long integer, |