| Name | Type | Description | Notes |
|---|---|---|---|
| schema | String | A URL to the JSON Schema for this object. | [optional][readonly] |
| transaction_receipt | ResponseTransactionReceipt | A transaction receipt object, or null when the transaction is not available |
require 'openapi_client'
instance = OpenapiClient::OutputGetTransactionReceipt.new(
schema: null,
transaction_receipt: null
)