Table of Contents

Class Response28

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll

Successful payment creation response containing the payment ID and link to purchase the product

public class Response28
Inheritance
Response28
Inherited Members

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

Result

[JsonProperty("result", Required = Required.Always)]
[Required]
public Result24 Result { get; set; }

Property Value

Result24