Export

PartyIdentification

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

Properties

address?: Address

Memberof

PartyIdentification

partyId: string

Assigned identification for the party.

Memberof

PartyIdentification

taxRegistrationDetails?: TaxRegistrationDetails[]

Tax registration details of the party.

Memberof

PartyIdentification