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#getOrder() → {order.Order}

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

(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#setOrder(order)

Set the field value The order
Parameters:
Name Type Description
order order.Order
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: