Table of Contents

Class ApTransactionsParam

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

Properties

EndDate

public DateTime? EndDate { get; set; }

Property Value

DateTime?

HideSmallTransactions

public bool? HideSmallTransactions { get; set; }

Property Value

bool?

Layer

public ApTransactionLayer? Layer { get; set; }

Property Value

ApTransactionLayer?

Limit

public int? Limit { get; set; }

Property Value

int?

Page

public int? Page { get; set; }

Property Value

int?

StartDate

public DateTime? StartDate { get; set; }

Property Value

DateTime?

Status

public ApTransactionStatus? Status { get; set; }

Property Value

ApTransactionStatus?