United States (DBNA): Price per Unit Currency of the Classifier Tax Category of the Line

Configure the Price per Unit Currency of the Classifier Tax Category of the Line for your United States documents.

The currency used for the per unit amount. This standard UBL element can be used in the US.

Elements

PathCardinalityUsageFormatFinal Format Path
Invoice/InvoiceLine/Item/ClassifiedTaxCategory/PerUnitAmount/@currencyID1..1MISO 4217 alpha-3/Invoice/cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory/cbc:PerUnitAmount/@currencyID

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cac:InvoiceLine>
    <!-- ... omitted for readability -->
    <cac:Item>
      <!-- ... omitted for readability -->
      <cac:ClassifiedTaxCategory>
        <!-- ... omitted for readability -->
        <cbc:PerUnitAmount currencyID="USD">0</cbc:PerUnitAmount>
        <!-- ... omitted for readability -->
      </cac:ClassifiedTaxCategory>
    </cac:Item>
  </cac:InvoiceLine>
</ubl:Invoice>

Did this page help you?