Table of Contents

Class Meta

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll
public class Meta
Inheritance
Meta
Inherited Members

Properties

AdditionalProperties

[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }

Property Value

IDictionary<string, object>

TotalCount

Total number of payments

[JsonProperty("totalCount", Required = Required.Always)]
public double TotalCount { get; set; }

Property Value

double