Table of Contents

Class Response41

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

Result

The conversion result - amount of crypto tokens for the fiat amount

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

Property Value

double