Show / Hide Table of Contents

Class TrustlineAuthorizedToMaintainLiabilitiesEffectResponse

Inheritance
System.Object
Response
EffectResponse
TrustlineAuthorizationResponse
TrustlineAuthorizedToMaintainLiabilitiesEffectResponse
Inherited Members
TrustlineAuthorizationResponse.Trustor
TrustlineAuthorizationResponse.AssetType
TrustlineAuthorizationResponse.AssetCode
EffectResponse.Id
EffectResponse.Account
EffectResponse.AccountMuxed
EffectResponse.AccountMuxedID
EffectResponse.Type
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 TrustlineAuthorizedToMaintainLiabilitiesEffectResponse : TrustlineAuthorizationResponse, IPagingToken

Constructors

TrustlineAuthorizedToMaintainLiabilitiesEffectResponse()

Declaration
public TrustlineAuthorizedToMaintainLiabilitiesEffectResponse()

TrustlineAuthorizedToMaintainLiabilitiesEffectResponse(String, String, String)

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

Properties

TypeId

Declaration
public override int TypeId { get; }
Property Value
System.Int32

Overrides
EffectResponse.TypeId
Back to top Generated by DocFX