Table of Contents

Class TestingBillingPlanUsageStatistics

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

Represents billing plan usage statistics for testing.

public sealed record TestingBillingPlanUsageStatistics : BillingPlanUsageStatistics, IEquatable<BillingPlanUsageStatistics>, IEquatable<TestingBillingPlanUsageStatistics>
Inheritance
TestingBillingPlanUsageStatistics
Implements
Inherited Members

Properties

ForwardedMessageCounters

Gets forwarded messages counters.

[JsonPropertyName("forwarded_messages_count")]
[JsonPropertyOrder(2)]
[JsonObjectCreationHandling(JsonObjectCreationHandling.Populate)]
public BillingPlanUsageMessageCounters ForwardedMessageCounters { get; }

Property Value

BillingPlanUsageMessageCounters

Forwarded messages counters.