TransactionResponse Object
Response object for transaction creation containing transaction details and credit information
Fields
#
creditInfo
Credit usage information for the account. Null if account has no transaction limits.
errorMsg
String !
Non-null
Human-readable error message if the transaction failed. Empty string indicates success.
transactionId
String !
Non-null
Unique identifier for the transaction. Returns '0' if the transaction failed to create.
Usages
#
References
#
- Field createTransaction from Mutation
Previous
TransactionReplyToInput
