Show / Hide Table of Contents

Class AccountThresholdsUpdatedEffectResponse

Represents account_thresholds_updated effect response. See: https://www.stellar.org/developers/horizon/reference/resources/effect.html EffectsRequestBuilder Server

Inheritance
System.Object
Response
EffectResponse
AccountThresholdsUpdatedEffectResponse
Inherited Members
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 AccountThresholdsUpdatedEffectResponse : EffectResponse, IPagingToken

Constructors

AccountThresholdsUpdatedEffectResponse()

Declaration
public AccountThresholdsUpdatedEffectResponse()

AccountThresholdsUpdatedEffectResponse(Int32, Int32, Int32)

Declaration
public AccountThresholdsUpdatedEffectResponse(int lowThreshold, int medThreshold, int highThreshold)
Parameters
Type Name Description
System.Int32 lowThreshold
System.Int32 medThreshold
System.Int32 highThreshold

Properties

HighThreshold

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

LowThreshold

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

MedThreshold

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

TypeId

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

Overrides
EffectResponse.TypeId
Back to top Generated by DocFX