Export

PartyIdentification

interface PartyIdentification {
    address?: Address;
    partyId: string;
    taxInfo?: TaxRegistrationDetails;
}

Properties

address?: Address

Memberof

PartyIdentification

partyId: string

Assigned identification for the party. For example, warehouse code or vendor code. Please refer to specific party for more details.

Memberof

PartyIdentification

Memberof

PartyIdentification