TransactionCreateResponseZp

Represents the response structure for creating a transaction with ZarinPal.
Properties
NameTypeDescription
isErrorbooleanIndicates if there's an error in the response.
dataobjectData related to the transaction if successful.
Properties
NameTypeDescription
codenumberTransaction code.
messagestringTransaction message.
authoritystringTransaction authority.
fee_typestringFee type for the transaction.
feenumberFee amount for the transaction.
urlstringURL to redirect the user to.
errorTransactionErrorZpError details if an error occurred.