Class: TxStartResponseMessage

remotemessage.TxStartResponseMessage()

new TxStartResponseMessage()

Source:

Extends

Methods

(static) TxStartResponseMessage#getExternalPaymentId() → {String}

Get the field value The external id provided in the initiating pay intent
Source:
Returns:
Type
String

(static) TxStartResponseMessage#getMessage() → {String}

Get the field value
Source:
Returns:
Type
String

(static) TxStartResponseMessage#getOrder() → {order.Order}

Get the field value The order
Source:
Returns:
Type
order.Order

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

Get the field value
Source:
Returns:
Type
String

(static) TxStartResponseMessage#getRequestInfo() → {String}

Get the field value Extra information to include with the request, like type of request
Source:
Returns:
Type
String

(static) TxStartResponseMessage#getResult() → {remotemessage.TxStartResponseResult}

Get the field value
Source:
Returns:
Type
remotemessage.TxStartResponseResult

(static) TxStartResponseMessage#getSuccess() → {Boolean}

Get the field value Deprecated
Source:
Returns:
Type
Boolean

(static) TxStartResponseMessage#setExternalPaymentId(externalPaymentId)

Set the field value The external id provided in the initiating pay intent
Parameters:
Name Type Description
externalPaymentId String
Source:

(static) TxStartResponseMessage#setMessage(message)

Set the field value
Parameters:
Name Type Description
message String
Source:

(static) TxStartResponseMessage#setOrder(order)

Set the field value The order
Parameters:
Name Type Description
order order.Order
Source:

(static) TxStartResponseMessage#setReason(reason)

Set the field value
Parameters:
Name Type Description
reason String
Source:

(static) TxStartResponseMessage#setRequestInfo(requestInfo)

Set the field value Extra information to include with the request, like type of request
Parameters:
Name Type Description
requestInfo String
Source:

(static) TxStartResponseMessage#setResult(result)

Set the field value
Parameters:
Name Type Description
result remotemessage.TxStartResponseResult
Source:

(static) TxStartResponseMessage#setSuccess(success)

Set the field value Deprecated
Parameters:
Name Type Description
success Boolean
Source: