Table of Contents

Class OnrampPrepareData

Namespace
Thirdweb.Bridge
Assembly
Thirdweb.dll

Represents the core data of an onramp response.

public class OnrampPrepareData
Inheritance
OnrampPrepareData
Inherited Members
Extension Methods

Properties

Currency

[JsonProperty("currency")]
public string Currency { get; set; }

Property Value

string

CurrencyAmount

[JsonProperty("currencyAmount")]
public decimal CurrencyAmount { get; set; }

Property Value

decimal

DestinationAmount

[JsonProperty("destinationAmount")]
public string DestinationAmount { get; set; }

Property Value

string

Expiration

[JsonProperty("expiration", NullValueHandling = NullValueHandling.Ignore)]
public long? Expiration { get; set; }

Property Value

long?

Id

[JsonProperty("id")]
public string Id { get; set; }

Property Value

string

Intent

[JsonProperty("intent")]
public OnrampIntent Intent { get; set; }

Property Value

OnrampIntent
[JsonProperty("link")]
public string Link { get; set; }

Property Value

string

Steps

[JsonProperty("steps")]
public List<Step> Steps { get; set; }

Property Value

List<Step>

Timestamp

[JsonProperty("timestamp", NullValueHandling = NullValueHandling.Ignore)]
public long? Timestamp { get; set; }

Property Value

long?