Class: IncrementPreAuthResponseMessage

remotemessage.IncrementPreAuthResponseMessage()

new IncrementPreAuthResponseMessage()

Source:

Extends

Methods

(static) IncrementPreAuthResponseMessage#getAuthorization() → {payments.Authorization}

Get the field value The resulting Authorization
Source:
Returns:
Type
payments.Authorization

(static) IncrementPreAuthResponseMessage#getReason() → {String}

Get the field value Detail message from the server.
Source:
Returns:
Type
String

(static) IncrementPreAuthResponseMessage#getStatus() → {remotemessage.ResultStatus}

Get the field value The status of the request.
Source:
Returns:
Type
remotemessage.ResultStatus

(static) IncrementPreAuthResponseMessage#setAuthorization(authorization)

Set the field value The resulting Authorization
Parameters:
Name Type Description
authorization payments.Authorization
Source:

(static) IncrementPreAuthResponseMessage#setReason(reason)

Set the field value Detail message from the server.
Parameters:
Name Type Description
reason String
Source:

(static) IncrementPreAuthResponseMessage#setStatus(status)

Set the field value The status of the request.
Parameters:
Name Type Description
status remotemessage.ResultStatus
Source: