Table of Contents

Class Result24

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

Id

The payment ID

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

Property Value

string

The link to purchase the product

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

Property Value

string