Table of Contents

Class Result29

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

TransactionId

Payment transaction ID that was executed

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

Property Value

string