Table of Contents

Class Body13

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll

Request to purchase a product. The system will automatically use your wallet balance to purchase the specified product.

public class Body13
Inheritance
Body13
Inherited Members

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

From

The wallet address or ENS name that will purchase the product.

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

Property Value

string