Show / Hide Table of Contents

Class TrustlineAuthorizationResponse

Inheritance
System.Object
Response
EffectResponse
TrustlineAuthorizationResponse
TrustlineAuthorizedEffectResponse
TrustlineAuthorizedToMaintainLiabilitiesEffectResponse
TrustlineDeauthorizedEffectResponse
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 class TrustlineAuthorizationResponse : EffectResponse, IPagingToken

Constructors

TrustlineAuthorizationResponse()

Declaration
public TrustlineAuthorizationResponse()

TrustlineAuthorizationResponse(String, String, String)

Declaration
public TrustlineAuthorizationResponse(string trustor, string assetType, string assetCode)
Parameters
Type Name Description
System.String trustor
System.String assetType
System.String assetCode

Properties

AssetCode

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

AssetType

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

Trustor

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

Back to top Generated by DocFX