Class Payee

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

BG-10: Payee party (if different from the Seller).

public sealed class Payee
Inheritance
Payee
Inherited Members

Properties

LegalRegistrationId

BT-61: Payee legal registration identifier.

public string? LegalRegistrationId { get; init; }

Property Value

string

Name

BT-59: Payee name.

public required string Name { get; init; }

Property Value

string

PartyIdentification

BT-60: Payee identifier (global or scheme-based).

public string? PartyIdentification { get; init; }

Property Value

string

PartyIdentificationSchemeId

BT-60 scheme: Scheme identifier for payee party identification.

public string? PartyIdentificationSchemeId { get; init; }

Property Value

string