MXTransactionData Class Reference

Inherits from NSObject
Declared in MXTransactionData.h

Overview

MXTransactionData contains detail info about the specific transaction which is needed when interactive with transaction button.

  chatId

The id of the chat.

@property (nonatomic, copy, readonly) NSString *chatId

Declared In

MXTransactionData.h

  transactionId

The id of the transaction.

@property (nonatomic, assign, readonly) NSUInteger transactionId

Declared In

MXTransactionData.h

  stepId

The id of the step just processed.

@property (nonatomic, assign, readonly) NSUInteger stepId

Declared In

MXTransactionData.h

  buttonId

The id of the transaction button just clicked.

@property (nonatomic, copy, readonly) NSString *buttonId

Declared In

MXTransactionData.h

  payload

The payload of transaction, contains more detail info about the transaction.

@property (nonatomic, copy, readonly) NSString *payload

Declared In

MXTransactionData.h