Interface VendorInvoicesApiModelPartyIdentification

Name, address and tax details of a party.

PartyIdentification

interface VendorInvoicesApiModelPartyIdentification {
    address?: VendorInvoicesApiModelAddress;
    partyId: string;
    taxRegistrationDetails?: VendorInvoicesApiModelTaxRegistrationDetails[];
}

Properties

PartyIdentification

partyId: string

Assigned identification for the party.

PartyIdentification

Tax registration details of the party.

PartyIdentification

MMNEPVFCICPMFPCPTTAAATR