Table of Contents

Class BillingPlanUsageMessageCounters

Namespace
Mailtrap.Billing.Models
Assembly
Mailtrap.Abstractions.dll

Represents billing plan usage counters for account.

public sealed record BillingPlanUsageMessageCounters : IEquatable<BillingPlanUsageMessageCounters>
Inheritance
BillingPlanUsageMessageCounters
Implements

Properties

Current

Gets current usage counter.

[JsonPropertyName("current")]
[JsonPropertyOrder(1)]
public long Current { get; set; }

Property Value

long

Current usage counter.

Limit

Gets usage limit.

[JsonPropertyName("limit")]
[JsonPropertyOrder(1)]
public long Limit { get; set; }

Property Value

long

Usage limit.