new TxStartRequestMessage()
Extends
Methods
(static) TxStartRequestMessage#getOrder() → {order.Order}
Get the field value
The order
Returns:
- Type
- order.Order
(static) TxStartRequestMessage#getPayIntent() → {remotemessage.PayIntent}
Get the field value
The payIntent
Returns:
(static) TxStartRequestMessage#getRequestInfo() → {String}
Get the field value
Extra information to include with the request, like type of request
Returns:
- Type
- String
(static) TxStartRequestMessage#getSuppressOnScreenTips() → {Boolean}
Get the field value
If true, then tips on the screen should not be displayed.
Returns:
- Type
- Boolean
(static) TxStartRequestMessage#setOrder(order)
Set the field value
The order
Parameters:
Name | Type | Description |
---|---|---|
order |
order.Order |
(static) TxStartRequestMessage#setPayIntent(payIntent)
Set the field value
The payIntent
Parameters:
Name | Type | Description |
---|---|---|
payIntent |
remotemessage.PayIntent |
(static) TxStartRequestMessage#setRequestInfo(requestInfo)
Set the field value
Extra information to include with the request, like type of request
Parameters:
Name | Type | Description |
---|---|---|
requestInfo |
String |
(static) TxStartRequestMessage#setSuppressOnScreenTips(suppressOnScreenTips)
Set the field value
If true, then tips on the screen should not be displayed.
Parameters:
Name | Type | Description |
---|---|---|
suppressOnScreenTips |
Boolean |