@phasesdk/api-client-for-economic
Version:
e-conomic REST API Library for Node.js is a powerful tool designed to simplify integration with the e-conomic platform for developers building Node.js applications. With this library, developers can effortlessly leverage the full functionality of the e-co
15 lines (14 loc) • 378 B
TypeScript
export type DeliveryLocation = {
customerNumber: number;
address: string | null;
city: string | null;
country: string | null;
eInvoiceId: string | null;
isBarred: boolean;
lastUpdated: string;
number: number;
objectVersion: string | null;
postalCode: string | null;
termsOfDelivery: string | null;
userInterfaceNumber: number;
};