Class Contact

Namespace
EInvoice.Core.Model
Assembly
EInvoice.Core.dll

BG-6/BG-9: Contact information.

public sealed record Contact : IEquatable<Contact>
Inheritance
Contact
Implements
Inherited Members

Properties

Email

BT-43/BT-58: Contact email.

public string? Email { get; init; }

Property Value

string

Name

BT-41/BT-56: Contact name.

public string? Name { get; init; }

Property Value

string

Telephone

BT-42/BT-57: Contact telephone.

public string? Telephone { get; init; }

Property Value

string