Table of Contents

Class Accepts

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

Asset

[JsonProperty("asset", Required = Required.Always)]
public Asset3 Asset { get; set; }

Property Value

Asset3

Description

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

Property Value

string

Extra

[JsonProperty("extra", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public IDictionary<string, object> Extra { get; set; }

Property Value

IDictionary<string, object>

MaxAmountRequired

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

Property Value

string

MaxTimeoutSeconds

[JsonProperty("maxTimeoutSeconds", Required = Required.Always)]
public int MaxTimeoutSeconds { get; set; }

Property Value

int

MimeType

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

Property Value

string

Network

[JsonProperty("network", Required = Required.Always)]
public Network6 Network { get; set; }

Property Value

Network6

OutputSchema

[JsonProperty("outputSchema", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public IDictionary<string, object> OutputSchema { get; set; }

Property Value

IDictionary<string, object>

PayTo

[JsonProperty("payTo", Required = Required.Always)]
public PayTo3 PayTo { get; set; }

Property Value

PayTo3

Resource

[JsonProperty("resource", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public Uri Resource { get; set; }

Property Value

Uri

Scheme

[JsonProperty("scheme", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public AcceptsScheme Scheme { get; set; }

Property Value

AcceptsScheme