Show / Hide Table of Contents

Class OffersRequestBuilder.OffersRequestOptions

Inheritance
System.Object
OffersRequestBuilder.OffersRequestOptions
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class OffersRequestOptions : object

Properties

Buying

The asset being bought.

Declaration
public Asset Buying { get; set; }
Property Value
Asset

Seller

Account ID of the offer creator.

Declaration
public string Seller { get; set; }
Property Value
System.String

Selling

The asset being sold.

Declaration
public Asset Selling { get; set; }
Property Value
Asset

Back to top Generated by DocFX