new TxStartResponseMessage()
Extends
Methods
(static) TxStartResponseMessage#getExternalPaymentId() → {String}
Get the field value
The external id provided in the initiating pay intent
Returns:
- Type
- String
(static) TxStartResponseMessage#getMessage() → {String}
Get the field value
Returns:
- Type
- String
(static) TxStartResponseMessage#getOrder() → {order.Order}
Get the field value
The order
Returns:
- Type
- order.Order
(static) TxStartResponseMessage#getReason() → {String}
Get the field value
Returns:
- Type
- String
(static) TxStartResponseMessage#getRequestInfo() → {String}
Get the field value
Extra information to include with the request, like type of request
Returns:
- Type
- String
(static) TxStartResponseMessage#getResult() → {remotemessage.TxStartResponseResult}
Get the field value
Returns:
(static) TxStartResponseMessage#getSuccess() → {Boolean}
Get the field value
Deprecated
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 |
(static) TxStartResponseMessage#setMessage(message)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
message |
String |
(static) TxStartResponseMessage#setOrder(order)
Set the field value
The order
Parameters:
Name | Type | Description |
---|---|---|
order |
order.Order |
(static) TxStartResponseMessage#setReason(reason)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
reason |
String |
(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 |
(static) TxStartResponseMessage#setResult(result)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
result |
remotemessage.TxStartResponseResult |
(static) TxStartResponseMessage#setSuccess(success)
Set the field value
Deprecated
Parameters:
Name | Type | Description |
---|---|---|
success |
Boolean |