Class Payee
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
Name
BT-59: Payee name.
public required string Name { get; init; }
Property Value
PartyIdentification
BT-60: Payee identifier (global or scheme-based).
public string? PartyIdentification { get; init; }
Property Value
PartyIdentificationSchemeId
BT-60 scheme: Scheme identifier for payee party identification.
public string? PartyIdentificationSchemeId { get; init; }