Table of Contents

Class Response41

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll
public class Response41
Inheritance
Response41
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