new IncrementPreAuthResponseMessage()
Extends
Methods
(static) IncrementPreAuthResponseMessage#getAuthorization() → {payments.Authorization}
Get the field value
The resulting Authorization
Returns:
(static) IncrementPreAuthResponseMessage#getReason() → {String}
Get the field value
Detail message from the server.
Returns:
- Type
- String
(static) IncrementPreAuthResponseMessage#getStatus() → {remotemessage.ResultStatus}
Get the field value
The status of the request.
Returns:
(static) IncrementPreAuthResponseMessage#setAuthorization(authorization)
Set the field value
The resulting Authorization
Parameters:
Name | Type | Description |
---|---|---|
authorization |
payments.Authorization |
(static) IncrementPreAuthResponseMessage#setReason(reason)
Set the field value
Detail message from the server.
Parameters:
Name | Type | Description |
---|---|---|
reason |
String |
(static) IncrementPreAuthResponseMessage#setStatus(status)
Set the field value
The status of the request.
Parameters:
Name | Type | Description |
---|---|---|
status |
remotemessage.ResultStatus |