Taiwan (GUI): Buyer's Email Address
You must provide the Buyer's email address in Taiwanese Documents.
When sending invoices to the Taiwanese Authorities it is required to provide the Buyer Contact Email Address.
Element
Use the ElectronicMail sub-element of the AccountingCustomerParty element to model this information:
| Name (Technical Name) | Cardinality | Description |
|---|---|---|
Buyer Contact Email Address (Invoice/AccountingCustomerParty/Party/Contact/ElectronicMail) | 1..1 | The Buyer's email address. |
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:AccountingSupplierParty>
<cac:Party>
<!-- Code omitted for clarity -->
<cac:Contact>
<!-- Code omitted for clarity -->
<cbc:ElectronicMail>[email protected]</cbc:ElectronicMail>
</cac:Contact>
<!-- Code omitted for clarity -->
</cac:Party>
</cac:AccountingSupplierParty>
<!-- Code omitted for clarity -->
</ubl:Invoice>