Structure containing information on the totals of the Receipt.
XSD Schema Diagram:
XSD Schema Code:
<element name="ReceiptTotals">
<annotation>
<documentation>Structure containing information on the totals of the Receipt.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="pidx:TotalLineItems" minOccurs="0" />
</sequence>
</complexType>
</element>