Show / Hide Table of Contents

Class PathResponse

Inheritance
System.Object
Response
PathResponse
Inherited Members
Response.RateLimitLimit
Response.RateLimitRemaining
Response.RateLimitReset
Response.SetHeaders(HttpResponseHeaders)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class PathResponse : Response

Constructors

PathResponse()

Declaration
public PathResponse()

PathResponse(String, String, String, String, String, String, String, String, List<Asset>, PathResponseLinks)

Declaration
public PathResponse(string destinationAmount, string destinationAssetType, string destinationAssetCode, string destinationAssetIssuer, string sourceAmount, string sourceAssetType, string sourceAssetCode, string sourceAssetIssuer, List<Asset> path, PathResponseLinks links)
Parameters
Type Name Description
System.String destinationAmount
System.String destinationAssetType
System.String destinationAssetCode
System.String destinationAssetIssuer
System.String sourceAmount
System.String sourceAssetType
System.String sourceAssetCode
System.String sourceAssetIssuer
List<Asset> path
PathResponseLinks links

Properties

DestinationAmount

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

DestinationAsset

Declaration
public AssetTypeCreditAlphaNum DestinationAsset { get; }
Property Value
AssetTypeCreditAlphaNum

DestinationAssetCode

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

DestinationAssetIssuer

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

DestinationAssetType

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

Links

Declaration
public PathResponseLinks Links { get; }
Property Value
PathResponseLinks

Path

Declaration
public List<Asset> Path { get; }
Property Value
List<Asset>

SourceAmount

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

SourceAsset

Declaration
public AssetTypeCreditAlphaNum SourceAsset { get; }
Property Value
AssetTypeCreditAlphaNum

SourceAssetCode

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

SourceAssetIssuer

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

SourceAssetType

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

Back to top Generated by DocFX