Class SubAccountAttributes
- Namespace
- Mailtrap.Organizations.Models
- Assembly
- Mailtrap.Abstractions.dll
Attributes used to create a sub account.
public sealed record SubAccountAttributes : IEquatable<SubAccountAttributes>
- Inheritance
-
SubAccountAttributes
- Implements
Properties
Name
Gets or sets the sub account name.
[JsonPropertyName("name")]
[JsonPropertyOrder(1)]
public string Name { get; set; }