Invoice Structure
AccountingCustomerParty

cac:AccountingCustomerParty

Represents the accounting customer party.

About

  • Occurence: [1..1]
  • Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2

Child Elements

Data FieldOccurrenceDefinition
cac:Party[1..1]The customer party itself.

Example

<cac:AccountingCustomerParty>
    <cac:Party>
      <cbc:EndpointID>KHUID00001234</cbc:EndpointID>
      <cac:PartyName>
        <cbc:Name>នំបុ័ងសៀមរាម</cbc:Name>
      </cac:PartyName>
      <cac:PostalAddress>
 
        <cbc:StreetName>Siem Reap</cbc:StreetName>
        <cbc:CityName>Siem Reap</cbc:CityName>
        <cac:Country>
          <cbc:IdentificationCode>KH</cbc:IdentificationCode>
        </cac:Country>
      </cac:PostalAddress>
      <cac:PartyTaxScheme>
        <cbc:CompanyID>K008-0000001</cbc:CompanyID>
        <cac:TaxScheme>
          <cbc:ID>VAT</cbc:ID>
        </cac:TaxScheme>
      </cac:PartyTaxScheme>
      <cac:PartyLegalEntity>
        <cbc:RegistrationName languageID="en">Nom Pang Siem Reap</cbc:RegistrationName>
        <cbc:CompanyID>0005000001</cbc:CompanyID>
      </cac:PartyLegalEntity>
      <cac:Contact>
        <cbc:Telephone>+85503442333</cbc:Telephone>
        <cbc:ElectronicMail>nompange_siemreap@gmail.com</cbc:ElectronicMail>
      </cac:Contact>
    </cac:Party>
  </cac:AccountingCustomerParty>