CarrierParty

Used to model details about the carrier of a delivery,

Elements

Name (Path)CardinalityDescription
Carrier Party GroupGroups information about the Carrier.
Carrier Party Name1..1Trade name of the delivery party.
Carrier Party Identifier0..1The carrier party's ID.
Carrier Party Tax Scheme ID0..1Tax scheme ID of the carrier party.

Country-Specific configurations

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:Delivery>
		<!-- code omitted for clarity -->
		<cac:CarrierParty>
			<cac:PartyName>
				<cbc:Name>Jay Transport</cbc:Name>
			</cac:PartyName>
			<cac:PartyTaxScheme>
				<cbc:CompanyID>05AAABB0639G1Z8</cbc:CompanyID>
				<cac:TaxScheme>
					<cbc:ID>GST</cbc:ID>
				</cac:TaxScheme>
			</cac:PartyTaxScheme>
		</cac:CarrierParty>
    	<!-- code omitted for clarity -->
	</cac:Delivery>
</Invoice>