Export

PartyIdentification

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

Properties

address?: Address

Memberof

PartyIdentification

partyId: string

Assigned Identification for the party.

Memberof

PartyIdentification

taxRegistrationDetails?: TaxRegistrationDetail[]

Tax registration details of the entity.

Memberof

PartyIdentification