Table of Contents

Class Response34

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll

Response returned by x402 facilitator 'verify'

public class Response34
Inheritance
Response34
Inherited Members

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

InvalidReason

[JsonProperty("invalidReason", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
[JsonConverter(typeof(StringEnumConverter))]
public Response34InvalidReason InvalidReason { get; set; }

Property Value

Response34InvalidReason

IsValid

[JsonProperty("isValid", Required = Required.Always)]
public bool IsValid { get; set; }

Property Value

bool

Payer

[JsonProperty("payer", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Payer Payer { get; set; }

Property Value

Payer