Class: TxStartRequestMessage

remotemessage.TxStartRequestMessage

new TxStartRequestMessage()

Source:

Extends

Methods

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

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

(static) TxStartRequestMessage#getPayIntent() → {remotemessage.PayIntent}

Get the field value The payIntent
Source:
Returns:
Type
remotemessage.PayIntent

(static) TxStartRequestMessage#getSuppressOnScreenTips() → {Boolean}

Get the field value If true, then tips on the screen should not be displayed.
Source:
Returns:
Type
Boolean

(static) TxStartRequestMessage#setOrder(order)

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

(static) TxStartRequestMessage#setPayIntent(payIntent)

Set the field value The payIntent
Parameters:
Name Type Description
payIntent remotemessage.PayIntent
Source:

(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
Source: