Skip to content

Documentation / @facturometro/einvoice / AddressInput

Interface: AddressInput ​

Defined in: packages/core/src/model/common.types.generated.ts:3279

BG-5 SELLER POSTAL ADDRESS; BG-8 BUYER POSTAL ADDRESS; BG-12 SELLER TAX REPRESENTATIVE POSTAL ADDRESS; BG-15 DELIVER TO ADDRESS.

A group of business terms providing information about the address of the Seller. Sufficient components of the address are to be filled to comply with legal requirements.

Builder input for Address: decimals may be numbers; currencyId and defaultable elements (those with a default or fixed value) are optional; leaves whose attributes are all optional accept a plain string.

Rules ​

BR-08, BR-10, BR-19

See ​

Properties ​

additionalStreetName? ​

optional additionalStreetName?: string

Defined in: packages/core/src/model/common.types.generated.ts:3315

BT-36 Seller address line 2; BT-51 Buyer address line 2; BT-65 Tax representative address line 2; BT-76 Deliver to address line 2.

An additional address line in an address that can be used to give further details supplementing the main line.

Cardinality ​

0..1

See ​


addressLine? ​

optional addressLine?: AddressLineInput

Defined in: packages/core/src/model/common.types.generated.ts:3381

ADDRESS LINE.

Cardinality ​

0..1

See ​


cityName? ​

optional cityName?: string

Defined in: packages/core/src/model/common.types.generated.ts:3332

BT-37 Seller city; BT-52 Buyer city; BT-66 Tax representative city; BT-77 Deliver to city.

The common name of the city, town or village, where the Seller address is located.

Cardinality ​

0..1

Rules ​

IT-R-003

See ​


country ​

country: CountryInput

Defined in: packages/core/src/model/common.types.generated.ts:3395

COUNTRY.

Cardinality ​

1..1

See ​


countrySubentity? ​

optional countrySubentity?: string

Defined in: packages/core/src/model/common.types.generated.ts:3367

BT-39 Seller country subdivision; BT-54 Buyer country subdivision; BT-68 Tax representative country subdivision; BT-79 Deliver to country subdivision.

The subdivision of a country.

Cardinality ​

0..1

See ​


postalZone? ​

optional postalZone?: string

Defined in: packages/core/src/model/common.types.generated.ts:3350

BT-38 Seller post code; BT-53 Buyer post code; BT-67 Tax representative post code; BT-78 Deliver to post code.

The identifier for an addressable group of properties according to the relevant postal service.

Cardinality ​

0..1

Rules ​

IT-R-004

See ​


streetName? ​

optional streetName?: string

Defined in: packages/core/src/model/common.types.generated.ts:3297

BT-35 Seller address line 1; BT-50 Buyer address line 1; BT-64 Tax representative address line 1; BT-75 Deliver to address line 1.

The main address line in an address.

Cardinality ​

0..1

Rules ​

IT-R-002

See ​

MIT licensed. Specification artefacts belong to OpenPEPPOL, CEN and OASIS.