Show / Hide Table of Contents

Class TrustlineCUDResponse

Inheritance
System.Object
Response
EffectResponse
TrustlineCUDResponse
TrustlineCreatedEffectResponse
TrustlineRemovedEffectResponse
TrustlineUpdatedEffectResponse
Inherited Members
EffectResponse.Id
EffectResponse.Account
EffectResponse.AccountMuxed
EffectResponse.AccountMuxedID
EffectResponse.Type
EffectResponse.TypeId
EffectResponse.PagingToken
EffectResponse.Links
EffectResponse.CreatedAt
Response.RateLimitLimit
Response.RateLimitRemaining
Response.RateLimitReset
Response.SetHeaders(HttpResponseHeaders)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public abstract class TrustlineCUDResponse : EffectResponse, IPagingToken

Constructors

TrustlineCUDResponse()

Declaration
public TrustlineCUDResponse()

TrustlineCUDResponse(String, String, String, String)

Declaration
protected TrustlineCUDResponse(string limit, string assetType, string assetCode, string assetIssuer)
Parameters
Type Name Description
System.String limit
System.String assetType
System.String assetCode
System.String assetIssuer

Properties

Asset

Declaration
public AssetTypeCreditAlphaNum Asset { get; }
Property Value
AssetTypeCreditAlphaNum

AssetCode

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

AssetIssuer

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

AssetType

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

Limit

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

Back to top Generated by DocFX