Taiwan: Buyer's Email Address
You must provide the Buyer's email address in Taiwanese Documents.
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>
Updated 11 days ago