Name, address and tax details of a party.

PartyIdentification

interface PartyIdentification {
    partyId: string;
}

Properties

Properties

partyId: string

Assigned identification for the party.

PartyIdentification