Appearance
Overview
DeliveryData is a data structure used within the Invoicing API.
Definition
typescript
export type DeliveryData = {
name: string;
street: string;
zip: string;
city: string;
country_code: string;
actual_date: string | null;
};Properties
Required Fields
name
- Type:
string - Description: Company or person name. [BT-153]
street
- Type:
string - Description: Street address. [BT-35 (Seller) / BT-50 (Buyer)]
zip
- Type:
string - Description: Postal code. [BT-38 (Seller) / BT-53 (Buyer)]
city
- Type:
string - Description: City. [BT-37 (Seller) / BT-52 (Buyer)]
country_code
- Type:
string - Description: ISO 3166-1 alpha-2 country code. [BT-40 (Seller) / BT-55 (Buyer)]
Optional Fields
actual_date
- Type:
string | null - Description: No description available. [BT-72]
Usage
This type is used in the following structures: