Structure containing information on the details of the Receipt.
XSD Schema Diagram:
XSD Schema Code:
<element name="ReceiptDetails">
<annotation>
<documentation>Structure containing information on the details of the Receipt.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="pidx:ReceiptLineItems" maxOccurs="unbounded" />
</sequence>
</complexType>
</element>