Table of Contents

Class ApTransactionDetailResult

Namespace
AkashicPaySDK.Model
Assembly
AkashicPaySDK.dll
public class ApTransactionDetailResult
Inheritance
ApTransactionDetailResult
Inherited Members

Constructors

ApTransactionDetailResult(string?, string?, ApTransactionLayer?, DateTime?, DateTime?, string?, BaseNetworkSymbol?, ApTransactionStatus?, string?, ApTokenSymbol?, ApInternalFee?, string?, string?)

public ApTransactionDetailResult(string? fromAddress, string? toAddress, ApTransactionLayer? layer, DateTime? initiatedAt, DateTime? confirmedAt, string? amount, BaseNetworkSymbol? networkSymbol, ApTransactionStatus? status, string? l2TxnHash, ApTokenSymbol? tokenSymbol, ApInternalFee? internalFee, string? identifier, string? txHash)

Parameters

fromAddress string
toAddress string
layer ApTransactionLayer?
initiatedAt DateTime?
confirmedAt DateTime?
amount string
networkSymbol BaseNetworkSymbol
status ApTransactionStatus?
l2TxnHash string
tokenSymbol ApTokenSymbol?
internalFee ApInternalFee
identifier string
txHash string

Properties

Amount

public string? Amount { get; }

Property Value

string

ConfirmedAt

public DateTime? ConfirmedAt { get; }

Property Value

DateTime?

FromAddress

public string? FromAddress { get; }

Property Value

string

Identifier

public string? Identifier { get; }

Property Value

string

InitiatedAt

public DateTime? InitiatedAt { get; }

Property Value

DateTime?

InternalFee

public ApInternalFee? InternalFee { get; }

Property Value

ApInternalFee

L2TxnHash

public string? L2TxnHash { get; }

Property Value

string

Layer

public ApTransactionLayer? Layer { get; }

Property Value

ApTransactionLayer?

NetworkSymbol

public BaseNetworkSymbol? NetworkSymbol { get; }

Property Value

BaseNetworkSymbol

Status

public ApTransactionStatus? Status { get; }

Property Value

ApTransactionStatus?

ToAddress

public string? ToAddress { get; }

Property Value

string

TokenSymbol

public ApTokenSymbol? TokenSymbol { get; }

Property Value

ApTokenSymbol?

TxHash

public string? TxHash { get; }

Property Value

string