The name, address, and tax details of a party.

PartyIdentification

interface PartyIdentification {
    address?: Address;
    partyId: string;
    taxRegistrationDetails?: TaxRegistrationDetails[];
}

Properties

address?: Address

PartyIdentification

partyId: string

The identifier of the party.

PartyIdentification

taxRegistrationDetails?: TaxRegistrationDetails[]

The tax registration details of the party.

PartyIdentification

MMNEPVFCICPMFPCPTTAAATR