Table of Contents

Class Result40

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll
public class Result40
Inheritance
Result40
Inherited Members

Properties

AdditionalProperties

[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }

Property Value

IDictionary<string, object>

TransactionId

Idempotency key assigned to the queued transaction.

[JsonProperty("transactionId", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string TransactionId { get; set; }

Property Value

string