package response interface TransactionResponse { val status: String val message: String val error: Int }