xrechnung-kit API reference

Contact
in package

FinalYes

A point-of-contact at a Party. Maps to the UBL <cac:Contact> element.

All fields are optional; EN 16931 does not require any of them at the Contact level. Validation is deferred to MappingData where the document context (e.g., public-administration buyer) may require specific subsets.

Table of Contents

Properties

$email  : string|null
$name  : string|null
$phone  : string|null

Methods

__construct()  : mixed

Properties

$email read-only

public string|null $email = null

$name read-only

public string|null $name = null

$phone read-only

public string|null $phone = null

Methods

__construct()

public __construct([string|null $name = null ][, string|null $phone = null ][, string|null $email = null ]) : mixed
Parameters
$name : string|null = null
$phone : string|null = null
$email : string|null = null

        
On this page

Search results