Table of Contents

Class Result25

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

TransactionId

Transaction ID that was executed for your product purchase

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

Property Value

string