Table of Contents

Class SubAccount

Namespace
Mailtrap.Organizations.Models
Assembly
Mailtrap.Abstractions.dll

Represents a sub account within an organization.

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

Properties

Id

Gets the sub account identifier.

[JsonPropertyName("id")]
[JsonPropertyOrder(1)]
[JsonRequired]
public long Id { get; set; }

Property Value

long

Name

Gets the sub account name.

[JsonPropertyName("name")]
[JsonPropertyOrder(2)]
public string Name { get; set; }

Property Value

string