Table of Contents

Class Response42

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

Properties

Accepts

[JsonProperty("accepts", Required = Required.Always)]
[Required]
public ICollection<accepts> Accepts { get; set; }

Property Value

ICollection<accepts>

AdditionalProperties

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

Property Value

IDictionary<string, object>

Error

[JsonProperty("error", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Error { get; set; }

Property Value

string

X402Version

[JsonProperty("x402Version", Required = Required.Always)]
public double X402Version { get; set; }

Property Value

double