Table of Contents

Class Response19

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll

Payment required response when user has insufficient funds. Contains a quote for completing the purchase.

public class Response19
Inheritance
Response19
Inherited Members

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

Result

[JsonProperty("result", Required = Required.Always)]
[Required]
public Result16 Result { get; set; }

Property Value

Result16