PayeeParty

Use the PayeeParty element to model the payee's information.

More information is provided in the Payees topic.

Details

DetailValue
NamePayeeParty
PathInvoice/PayeeParty
DefinitionThe payee.
Cardinality0..1

Elements

ElementDescription
PartyIdentification/IDThe identifier of the party.
PartyIdentification/ID @schemeIDThe attribute that
PartyName/NameThe payee's name.

Example

  	<cac:PayeeParty>
  		<cac:PartyIdentification>
  			<cbc:ID schemeID="0088">9876543210128</cbc:ID>
  		</cac:PartyIdentification>
  		<cac:PartyName>
  			<cbc:Name>[Payee name]</cbc:Name>
  		</cac:PartyName>
  	</cac:PayeeParty>