Table of Contents

Class Result30

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

Id

Payment ID

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

Property Value

string

Link to purchase the product

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

Property Value

string

Quote

Bridge quote for completing the payment

[JsonProperty("quote", Required = Required.Always)]
[Required]
public Quote4 Quote { get; set; }

Property Value

Quote4