Show / Hide Table of Contents

Class AccountDebitedEffectResponse

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

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

Constructors

AccountDebitedEffectResponse()

Declaration
public AccountDebitedEffectResponse()

AccountDebitedEffectResponse(String, String, String, String)

Declaration
public AccountDebitedEffectResponse(string amount, string assetType, string assetCode, string assetIssuer)
Parameters
Type Name Description
System.String amount
System.String assetType
System.String assetCode
System.String assetIssuer

Properties

Amount

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

Asset

Declaration
public Asset Asset { get; }
Property Value
Asset

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

TypeId

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

Overrides
EffectResponse.TypeId
Back to top Generated by DocFX