Class Body13
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
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; }